Shades of Pink Flamingo #FC42F0
Tints of Pink Flamingo #FC42F0
RGB
CMYK
RGB Variations
Color information
#FC42F0 (or 0xFC42F0) is known color: 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
| RGB | 252 | 66 | 240 | - |
| CMYK | 0 | 0.74 | 0.05 | 0.01 |
| HSL | 303.87º | 0.97% | 0.62% | - |
| HSV(B) | 303.87º | 0.74% | 0.99% | - |
| XYZ | 57.82 | 30.88 | 85.35 | - |
| YUV | 141.45 | 183.62 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 240 | 0 | 0.74 | 0.05 | 0.01 | 303.87 | 0.97 | 0.62 |
| Hex | FC | 42 | F0 | 0 | 4A | 5 | 1 | 130 | 61 | 3E |
| Octal | 374 | 102 | 360 | 0 | 112 | 5 | 1 | 460 | 141 | 76 |
| Binary | 11111100 | 1000010 | 11110000 | 0 | 1001010 | 101 | 1 | 100110000 | 1100001 | 111110 |
Color Harmonies of #FC42F0
Complementary color
Monochromatic Colors of #FC42F0
Black with #FC42F0
Text Example
Text Example
White with #FC42F0
Text Example
Text Example
HTML Codes & Css Web 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>