#FC5DFF

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

Shades of Pink Flamingo #FC5DFF

Tints of Pink Flamingo #FC5DFF

Color information

#FC5DFF (or 0xFC5DFF) is unknown color: approx Pink Flamingo. HEX triplet: FC, 5D and FF. RGB value is (252,93,255). Sum of RGB (Red+Green+Blue) = 252+93+255=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 93 (36.72% from 255 or 15.5% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC5DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5DFF is #03A200. Grayscale: #9E9E9E. Windows color (decimal): -238081 or 16735740. OLE color: 16735740.

HSL color Cylindrical-coordinate representation of color #FC5DFF: hue angle of 298.89º 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 #FC5DFF is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB25293255-
CMYK0.010.6400
HSL298.89º100%68.24%-
HSV(B)298.89º63.53%100%-
XYZ62.1135.7498.23-
YUV159.01182.18194.33-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42%
GREEN value IS 93 (36.72% from 255) = 15.5%
BLUE value IS 255 (100% from 255) = 42.5%
R=42%
G=15.5%
B=42.5%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal252932550.010.6400298.8910068.24
HexFC5DFF1400012b6444
Octal374135377110000453144104
Binary11111100101110111111111110000000010010101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC5DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC5DFF; }

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

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

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

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

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

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

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

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