#FC42F6

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

Shades of Pink Flamingo #FC42F6

Tints of Pink Flamingo #FC42F6

Color information

#FC42F6 (or 0xFC42F6) is unknown color: approx Pink Flamingo. HEX triplet: FC, 42 and F6. RGB value is (252,66,246). Sum of RGB (Red+Green+Blue) = 252+66+246=564 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.68% from 564); Green value is 66 (26.17% from 255 or 11.70% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC42F6 is #03BD09. Grayscale: #8D8D8D. Windows color (decimal): -245002 or 16139004. OLE color: 16139004.

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

Color convert

RGB25266246-
CMYK00.740.020.01
HSL301.94º96.88%62.35%-
HSV(B)301.94º73.81%98.82%-
XYZ58.7331.2590.12-
YUV142.13186.62206.36-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.68%
GREEN value IS 66 (26.17% from 255) = 11.70%
BLUE value IS 246 (96.48% from 255) = 43.62%
R=44.68%
G=11.70%
B=43.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526624600.740.020.01301.9496.8862.35
HexFC42F604A2112e613e
Octal37410236601122145614176
Binary11111100100001011110110010010101011001011101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC42F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC42F6; }

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

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

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

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

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

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

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

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