Shades of Pink Flamingo #FC42F3
Tints of Pink Flamingo #FC42F3
RGB
CMYK
RGB Variations
Color information
#FC42F3 (or 0xFC42F3) is known color: Pink Flamingo. HEX triplet: FC, 42 and F3. RGB value is (252,66,243). Sum of RGB (Red+Green+Blue) = 252+66+243=561 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.92% from 561); Green value is 66 (26.17% from 255 or 11.76% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 252 - color contains mainly: red. Hex color #FC42F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC42F3 is #03BD0C. Grayscale: #8D8D8D. Windows color (decimal): -245005 or 15942396. OLE color: 15942396.
HSL color Cylindrical-coordinate representation of color #FC42F3: hue angle of 302.9º 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 #FC42F3 is Cyan = 0, Magento = 0.74, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 66 | 243 | - |
| CMYK | 0 | 0.74 | 0.04 | 0.01 |
| HSL | 302.9º | 0.97% | 0.62% | - |
| HSV(B) | 302.9º | 0.74% | 0.99% | - |
| XYZ | 58.27 | 31.06 | 87.72 | - |
| YUV | 141.79 | 185.12 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 66 | 243 | 0 | 0.74 | 0.04 | 0.01 | 302.9 | 0.97 | 0.62 |
| Hex | FC | 42 | F3 | 0 | 4A | 4 | 1 | 12F | 61 | 3E |
| Octal | 374 | 102 | 363 | 0 | 112 | 4 | 1 | 457 | 141 | 76 |
| Binary | 11111100 | 1000010 | 11110011 | 0 | 1001010 | 100 | 1 | 100101111 | 1100001 | 111110 |
Color Harmonies of #FC42F3
Complementary color
Monochromatic Colors of #FC42F3
Black with #FC42F3
Text Example
Text Example
White with #FC42F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC42F3; }
p { color: rgb(252,66,243); }
H1.HeaderClassName
{
color: #FC42F3;
}
.AnyTagClassName
{
color: #FC42F3;
}
</style>
background-color css
<style>
a { background-color: #FC42F3; }
a { background-color: rgb(252,66,243); }
div.DivClassName
{
background-color: #FC42F3;
}
.BgClassName
{
background-color: #FC42F3;
}
</style>
border-color css
<style>
span { border-color: #FC42F3; }
span { border-color: rgb(252,66,243); }
td.TdClassName
{
border-color: #FC42F3;
}
.TagClassName
{
border-color: #FC42F3;
}
</style>