#FC42F0

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

Shades of Pink Flamingo #FC42F0

Tints of Pink Flamingo #FC42F0

Color information

#FC42F0 (or 0xFC42F0) is unknown color: approx Pink Flamingo. HEX triplet: FC, 42 and F0. RGB value is (252,66,240). Sum of RGB (Red+Green+Blue) = 252+66+240=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 66 (26.17% from 255 or 11.83% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC42F0 is #03BD0F. Grayscale: #8C8C8C. Windows color (decimal): -245008 or 15745788. OLE color: 15745788.

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

Color convert

RGB25266240-
CMYK00.740.050.01
HSL303.87º96.88%62.35%-
HSV(B)303.87º73.81%98.82%-
XYZ57.8230.8885.35-
YUV141.45183.62206.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.16%
GREEN value IS 66 (26.17% from 255) = 11.83%
BLUE value IS 240 (94.14% from 255) = 43.01%
R=45.16%
G=11.83%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2526624000.740.050.01303.8796.8862.35
HexFC42F004A51130613e
Octal37410236001125146014176
Binary111111001000010111100000100101010111001100001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC42F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC42F0; }

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

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

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

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

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

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

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

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