#FB60E6

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

Shades of Pink Flamingo #FB60E6

Tints of Pink Flamingo #FB60E6

Color information

#FB60E6 (or 0xFB60E6) is unknown color: approx Pink Flamingo. HEX triplet: FB, 60 and E6. RGB value is (251,96,230). Sum of RGB (Red+Green+Blue) = 251+96+230=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 96 (37.89% from 255 or 16.64% from 577); Blue value is 230 (90.23% from 255 or 39.86% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB60E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB60E6 is #049F19. Grayscale: #9D9D9D. Windows color (decimal): -302874 or 15098107. OLE color: 15098107.

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

Color convert

RGB25196230-
CMYK00.620.080.02
HSL308.13º95.09%68.04%-
HSV(B)308.13º61.75%98.43%-
XYZ58.2534.5978.47-
YUV157.62168.85194.6-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 43.50%
GREEN value IS 96 (37.89% from 255) = 16.64%
BLUE value IS 230 (90.23% from 255) = 39.86%
R=43.50%
G=16.64%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2519623000.620.080.02308.1395.0968.04
HexFB60E603E821345f44
Octal373140346076102464137104
Binary11111011110000011100110011111010001010011010010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB60E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB60E6; }

 p { color: rgb(251,96,230); }

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

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

 a { background-color: rgb(251,96,230); }

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

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

 span { border-color: rgb(251,96,230); }

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