#FB53F9

Color #FB53F9 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FB53F9

Tints of Pink Flamingo #FB53F9

Color information

#FB53F9 (or 0xFB53F9) is unknown color: approx Pink Flamingo. HEX triplet: FB, 53 and F9. RGB value is (251,83,249). Sum of RGB (Red+Green+Blue) = 251+83+249=583 (77% of max value = 765). Red value is 251 (98.44% from 255 or 43.05% from 583); Green value is 83 (32.81% from 255 or 14.24% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 251 - color contains mainly: red. Hex color #FB53F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB53F9 is #04AC06. Grayscale: #979797. Windows color (decimal): -306183 or 16339963. OLE color: 16339963.

HSL color Cylindrical-coordinate representation of color #FB53F9: hue angle of 300.71º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB53F9 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB25183249-
CMYK00.670.010.02
HSL300.71º95.45%65.49%-
HSV(B)300.71º66.93%98.43%-
XYZ59.9833.5492.93-
YUV152.16182.66198.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 43.05%
GREEN value IS 83 (32.81% from 255) = 14.24%
BLUE value IS 249 (97.66% from 255) = 42.71%
R=43.05%
G=14.24%
B=42.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2518324900.670.010.02300.7195.4565.49
HexFB53F90431212d5f41
Octal373123371010312455137101
Binary111110111010011111110010100001111010010110110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB53F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB53F9; }

 p { color: rgb(251,83,249); }

 H1.HeaderClassName
 {
   color: #FB53F9;
 }
 .AnyTagClassName
 {
   color: #FB53F9;
 }
</style>
background-color css

<style>
 a { background-color: #FB53F9; }

 a { background-color: rgb(251,83,249); }

 div.DivClassName
 {
   background-color: #FB53F9;
 }
 .BgClassName
 {
   background-color: #FB53F9;
 }
</style>
border-color css

<style>
 span { border-color: #FB53F9; }

 span { border-color: rgb(251,83,249); }

 td.TdClassName
 {
   border-color: #FB53F9;
 }
 .TagClassName
 {
   border-color: #FB53F9;
 }
</style>