Shades of Pink Flamingo #FC4CF8
Tints of Pink Flamingo #FC4CF8
RGB
CMYK
RGB Variations
Color information
#FC4CF8 (or 0xFC4CF8) is known color: Pink Flamingo. HEX triplet: FC, 4C and F8. RGB value is (252,76,248). Sum of RGB (Red+Green+Blue) = 252+76+248=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 76 (30.08% from 255 or 13.19% from 576); Blue value is 248 (97.27% from 255 or 43.06% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4CF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC4CF8 is #03B307. Grayscale: #939393. Windows color (decimal): -242440 or 16272636. OLE color: 16272636.
HSL color Cylindrical-coordinate representation of color #FC4CF8: hue angle of 301.36º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC4CF8 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 76 | 248 | - |
| CMYK | 0 | 0.70 | 0.02 | 0.01 |
| HSL | 301.36º | 0.97% | 0.64% | - |
| HSV(B) | 301.36º | 0.7% | 0.99% | - |
| XYZ | 59.67 | 32.64 | 91.96 | - |
| YUV | 148.23 | 184.31 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 76 | 248 | 0 | 0.70 | 0.02 | 0.01 | 301.36 | 0.97 | 0.64 |
| Hex | FC | 4C | F8 | 0 | 46 | 2 | 1 | 12D | 61 | 40 |
| Octal | 374 | 114 | 370 | 0 | 106 | 2 | 1 | 455 | 141 | 100 |
| Binary | 11111100 | 1001100 | 11111000 | 0 | 1000110 | 10 | 1 | 100101101 | 1100001 | 1000000 |
Color Harmonies of #FC4CF8
Complementary color
Monochromatic Colors of #FC4CF8
Black with #FC4CF8
Text Example
Text Example
White with #FC4CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4CF8; }
p { color: rgb(252,76,248); }
H1.HeaderClassName
{
color: #FC4CF8;
}
.AnyTagClassName
{
color: #FC4CF8;
}
</style>
background-color css
<style>
a { background-color: #FC4CF8; }
a { background-color: rgb(252,76,248); }
div.DivClassName
{
background-color: #FC4CF8;
}
.BgClassName
{
background-color: #FC4CF8;
}
</style>
border-color css
<style>
span { border-color: #FC4CF8; }
span { border-color: rgb(252,76,248); }
td.TdClassName
{
border-color: #FC4CF8;
}
.TagClassName
{
border-color: #FC4CF8;
}
</style>