#FC61EF

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

Shades of Pink Flamingo #FC61EF

Tints of Pink Flamingo #FC61EF

Color information

#FC61EF (or 0xFC61EF) is unknown color: approx Pink Flamingo. HEX triplet: FC, 61 and EF. RGB value is (252,97,239). Sum of RGB (Red+Green+Blue) = 252+97+239=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 97 (38.28% from 255 or 16.50% from 588); Blue value is 239 (93.75% from 255 or 40.65% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FC61EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC61EF is #039E10. Grayscale: #9F9F9F. Windows color (decimal): -237073 or 15688188. OLE color: 15688188.

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

Color convert

RGB25297239-
CMYK00.620.050.01
HSL305.03º96.27%68.43%-
HSV(B)305.03º61.51%98.82%-
XYZ6035.4885.35-
YUV159.53172.85193.95-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.86%
GREEN value IS 97 (38.28% from 255) = 16.50%
BLUE value IS 239 (93.75% from 255) = 40.65%
R=42.86%
G=16.50%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529723900.620.050.01305.0396.2768.43
HexFC61EF03E511316044
Octal37414135707651461140104
Binary111111001100001111011110111110101110011000111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC61EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC61EF; }

 p { color: rgb(252,97,239); }

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

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

 a { background-color: rgb(252,97,239); }

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

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

 span { border-color: rgb(252,97,239); }

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