Shades of Pink Flamingo #FC4FFF
Tints of Pink Flamingo #FC4FFF
RGB
CMYK
RGB Variations
Color information
#FC4FFF (or 0xFC4FFF) is known color: Pink Flamingo. HEX triplet: FC, 4F and FF. RGB value is (252,79,255). Sum of RGB (Red+Green+Blue) = 252+79+255=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 79 (31.25% from 255 or 13.48% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC4FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC4FFF is #03B000. Grayscale: #969696. Windows color (decimal): -241665 or 16732156. OLE color: 16732156.
HSL color Cylindrical-coordinate representation of color #FC4FFF: 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 #FC4FFF is Cyan = 0.01, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 79 | 255 | - |
| CMYK | 0.01 | 0.69 | 0 | 0 |
| HSL | 298.98º | 1% | 0.65% | - |
| HSV(B) | 298.98º | 0.69% | 1% | - |
| XYZ | 60.99 | 33.51 | 97.86 | - |
| YUV | 150.79 | 186.81 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 79 | 255 | 0.01 | 0.69 | 0 | 0 | 298.98 | 1 | 0.65 |
| Hex | FC | 4F | FF | 1 | 45 | 0 | 0 | 12B | 64 | 41 |
| Octal | 374 | 117 | 377 | 1 | 105 | 0 | 0 | 453 | 144 | 101 |
| Binary | 11111100 | 1001111 | 11111111 | 1 | 1000101 | 0 | 0 | 100101011 | 1100100 | 1000001 |
Color Harmonies of #FC4FFF
Complementary color
Monochromatic Colors of #FC4FFF
Black with #FC4FFF
Text Example
Text Example
White with #FC4FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4FFF; }
p { color: rgb(252,79,255); }
H1.HeaderClassName
{
color: #FC4FFF;
}
.AnyTagClassName
{
color: #FC4FFF;
}
</style>
background-color css
<style>
a { background-color: #FC4FFF; }
a { background-color: rgb(252,79,255); }
div.DivClassName
{
background-color: #FC4FFF;
}
.BgClassName
{
background-color: #FC4FFF;
}
</style>
border-color css
<style>
span { border-color: #FC4FFF; }
span { border-color: rgb(252,79,255); }
td.TdClassName
{
border-color: #FC4FFF;
}
.TagClassName
{
border-color: #FC4FFF;
}
</style>