Shades of Pink Flamingo #FC4EFF
Tints of Pink Flamingo #FC4EFF
RGB
CMYK
RGB Variations
Color information
#FC4EFF (or 0xFC4EFF) is known color: Pink Flamingo. HEX triplet: FC, 4E and FF. RGB value is (252,78,255). Sum of RGB (Red+Green+Blue) = 252+78+255=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 78 (30.86% from 255 or 13.33% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC4EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC4EFF is #03B100. Grayscale: #959595. Windows color (decimal): -241921 or 16731900. OLE color: 16731900.
HSL color Cylindrical-coordinate representation of color #FC4EFF: hue angle of 298.98º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC4EFF is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 78 | 255 | - |
| CMYK | 0.01 | 0.69 | 0 | 0 |
| HSL | 298.98º | 1% | 0.65% | - |
| HSV(B) | 298.98º | 0.69% | 1% | - |
| XYZ | 60.92 | 33.36 | 97.84 | - |
| YUV | 150.2 | 187.15 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 78 | 255 | 0.01 | 0.69 | 0 | 0 | 298.98 | 1 | 0.65 |
| Hex | FC | 4E | FF | 1 | 45 | 0 | 0 | 12B | 64 | 41 |
| Octal | 374 | 116 | 377 | 1 | 105 | 0 | 0 | 453 | 144 | 101 |
| Binary | 11111100 | 1001110 | 11111111 | 1 | 1000101 | 0 | 0 | 100101011 | 1100100 | 1000001 |
Color Harmonies of #FC4EFF
Complementary color
Monochromatic Colors of #FC4EFF
Black with #FC4EFF
Text Example
Text Example
White with #FC4EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4EFF; }
p { color: rgb(252,78,255); }
H1.HeaderClassName
{
color: #FC4EFF;
}
.AnyTagClassName
{
color: #FC4EFF;
}
</style>
background-color css
<style>
a { background-color: #FC4EFF; }
a { background-color: rgb(252,78,255); }
div.DivClassName
{
background-color: #FC4EFF;
}
.BgClassName
{
background-color: #FC4EFF;
}
</style>
border-color css
<style>
span { border-color: #FC4EFF; }
span { border-color: rgb(252,78,255); }
td.TdClassName
{
border-color: #FC4EFF;
}
.TagClassName
{
border-color: #FC4EFF;
}
</style>