Shades of Pink Flamingo #FC42FE
Tints of Pink Flamingo #FC42FE
RGB
CMYK
RGB Variations
Color information
#FC42FE (or 0xFC42FE) is known color: Pink Flamingo. HEX triplet: FC, 42 and FE. RGB value is (252,66,254). Sum of RGB (Red+Green+Blue) = 252+66+254=572 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.06% from 572); Green value is 66 (26.17% from 255 or 11.54% from 572); Blue value is 254 (99.61% from 255 or 44.41% from 572); Max value from RGB is 254 - color contains mainly: blue. Hex color #FC42FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC42FE is #03BD01. Grayscale: #8E8E8E. Windows color (decimal): -244994 or 16663292. OLE color: 16663292.
HSL color Cylindrical-coordinate representation of color #FC42FE: hue angle of 299.36º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FC42FE is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 252 | 66 | 254 | - |
| CMYK | 0.01 | 0.74 | 0 | 0.00 |
| HSL | 299.36º | 0.99% | 0.63% | - |
| HSV(B) | 299.36º | 0.74% | 1% | - |
| XYZ | 59.98 | 31.75 | 96.73 | - |
| YUV | 143.05 | 190.62 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 254 | 0.01 | 0.74 | 0 | 0.00 | 299.36 | 0.99 | 0.63 |
| Hex | FC | 42 | FE | 1 | 4A | 0 | 0 | 12B | 63 | 3F |
| Octal | 374 | 102 | 376 | 1 | 112 | 0 | 0 | 453 | 143 | 77 |
| Binary | 11111100 | 1000010 | 11111110 | 1 | 1001010 | 0 | 0 | 100101011 | 1100011 | 111111 |
Color Harmonies of #FC42FE
Complementary color
Monochromatic Colors of #FC42FE
Black with #FC42FE
Text Example
Text Example
White with #FC42FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC42FE; }
p { color: rgb(252,66,254); }
H1.HeaderClassName
{
color: #FC42FE;
}
.AnyTagClassName
{
color: #FC42FE;
}
</style>
background-color css
<style>
a { background-color: #FC42FE; }
a { background-color: rgb(252,66,254); }
div.DivClassName
{
background-color: #FC42FE;
}
.BgClassName
{
background-color: #FC42FE;
}
</style>
border-color css
<style>
span { border-color: #FC42FE; }
span { border-color: rgb(252,66,254); }
td.TdClassName
{
border-color: #FC42FE;
}
.TagClassName
{
border-color: #FC42FE;
}
</style>