#FC62F6

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

Shades of Pink Flamingo #FC62F6

Tints of Pink Flamingo #FC62F6

Color information

#FC62F6 (or 0xFC62F6) is unknown color: approx Pink Flamingo. HEX triplet: FC, 62 and F6. RGB value is (252,98,246). Sum of RGB (Red+Green+Blue) = 252+98+246=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 98 (38.67% from 255 or 16.44% from 596); Blue value is 246 (96.48% from 255 or 41.28% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC62F6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC62F6 is #039D09. Grayscale: #A0A0A0. Windows color (decimal): -236810 or 16147196. OLE color: 16147196.

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

Color convert

RGB25298246-
CMYK00.610.020.01
HSL302.34º96.25%68.63%-
HSV(B)302.34º61.11%98.82%-
XYZ61.1536.0890.93-
YUV160.92176.02192.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42.28%
GREEN value IS 98 (38.67% from 255) = 16.44%
BLUE value IS 246 (96.48% from 255) = 41.28%
R=42.28%
G=16.44%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2529824600.610.020.01302.3496.2568.63
HexFC62F603D2112e6045
Octal37414236607521456140105
Binary11111100110001011110110011110110110010111011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC62F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC62F6; }

 p { color: rgb(252,98,246); }

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

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

 a { background-color: rgb(252,98,246); }

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

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

 span { border-color: rgb(252,98,246); }

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