Shades of Pink Flamingo #FC42FB
Tints of Pink Flamingo #FC42FB
RGB
CMYK
RGB Variations
Color information
#FC42FB (or 0xFC42FB) is known color: Pink Flamingo. HEX triplet: FC, 42 and FB. RGB value is (252,66,251). Sum of RGB (Red+Green+Blue) = 252+66+251=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 66 (26.17% from 255 or 11.60% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC42FB is #03BD04. Grayscale: #8E8E8E. Windows color (decimal): -244997 or 16466684. OLE color: 16466684.
HSL color Cylindrical-coordinate representation of color #FC42FB: hue angle of 300.32º 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 #FC42FB is Cyan = 0, Magento = 0.74, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 251 | - |
| CMYK | 0 | 0.74 | 0.00 | 0.01 |
| HSL | 300.32º | 0.97% | 0.62% | - |
| HSV(B) | 300.32º | 0.74% | 0.99% | - |
| XYZ | 59.51 | 31.56 | 94.22 | - |
| YUV | 142.7 | 189.12 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 251 | 0 | 0.74 | 0.00 | 0.01 | 300.32 | 0.97 | 0.62 |
| Hex | FC | 42 | FB | 0 | 4A | 0 | 1 | 12C | 61 | 3E |
| Octal | 374 | 102 | 373 | 0 | 112 | 0 | 1 | 454 | 141 | 76 |
| Binary | 11111100 | 1000010 | 11111011 | 0 | 1001010 | 0 | 1 | 100101100 | 1100001 | 111110 |
Color Harmonies of #FC42FB
Complementary color
Monochromatic Colors of #FC42FB
Black with #FC42FB
Text Example
Text Example
White with #FC42FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC42FB; }
p { color: rgb(252,66,251); }
H1.HeaderClassName
{
color: #FC42FB;
}
.AnyTagClassName
{
color: #FC42FB;
}
</style>
background-color css
<style>
a { background-color: #FC42FB; }
a { background-color: rgb(252,66,251); }
div.DivClassName
{
background-color: #FC42FB;
}
.BgClassName
{
background-color: #FC42FB;
}
</style>
border-color css
<style>
span { border-color: #FC42FB; }
span { border-color: rgb(252,66,251); }
td.TdClassName
{
border-color: #FC42FB;
}
.TagClassName
{
border-color: #FC42FB;
}
</style>