#FC5CFF

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

Shades of Pink Flamingo #FC5CFF

Tints of Pink Flamingo #FC5CFF

Color information

#FC5CFF (or 0xFC5CFF) is unknown color: approx Pink Flamingo. HEX triplet: FC, 5C and FF. RGB value is (252,92,255). Sum of RGB (Red+Green+Blue) = 252+92+255=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 92 (36.33% from 255 or 15.36% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC5CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5CFF is #03A300. Grayscale: #9D9D9D. Windows color (decimal): -238337 or 16735484. OLE color: 16735484.

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

Color convert

RGB25292255-
CMYK0.010.6400
HSL298.9º100%68.04%-
HSV(B)298.9º63.92%100%-
XYZ62.0235.5798.2-
YUV158.42182.51194.75-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.07%
GREEN value IS 92 (36.33% from 255) = 15.36%
BLUE value IS 255 (100% from 255) = 42.57%
R=42.07%
G=15.36%
B=42.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal252922550.010.6400298.910068.04
HexFC5CFF1400012b6444
Octal374134377110000453144104
Binary11111100101110011111111110000000010010101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5CFF; }

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

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

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

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

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

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

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

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