#FC59FF

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

Shades of Pink Flamingo #FC59FF

Tints of Pink Flamingo #FC59FF

Color information

#FC59FF (or 0xFC59FF) is unknown color: approx Pink Flamingo. HEX triplet: FC, 59 and FF. RGB value is (252,89,255). Sum of RGB (Red+Green+Blue) = 252+89+255=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 89 (35.16% from 255 or 14.93% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC59FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC59FF is #03A600. Grayscale: #9C9C9C. Windows color (decimal): -239105 or 16734716. OLE color: 16734716.

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

Color convert

RGB25289255-
CMYK0.010.6500
HSL298.92º100%67.45%-
HSV(B)298.92º65.1%100%-
XYZ61.7735.0698.12-
YUV156.66183.5196-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.28%
GREEN value IS 89 (35.16% from 255) = 14.93%
BLUE value IS 255 (100% from 255) = 42.79%
R=42.28%
G=14.93%
B=42.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal252892550.010.6500298.9210067.45
HexFC59FF1410012b6443
Octal374131377110100453144103
Binary11111100101100111111111110000010010010101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC59FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC59FF; }

 p { color: rgb(252,89,255); }

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

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

 a { background-color: rgb(252,89,255); }

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

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

 span { border-color: rgb(252,89,255); }

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