Shades of Pink Flamingo #FC4DF5
Tints of Pink Flamingo #FC4DF5
RGB
CMYK
RGB Variations
Color information
#FC4DF5 (or 0xFC4DF5) is known color: Pink Flamingo. HEX triplet: FC, 4D and F5. RGB value is (252,77,245). Sum of RGB (Red+Green+Blue) = 252+77+245=574 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.90% from 574); Green value is 77 (30.47% from 255 or 13.41% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 252 - color contains mainly: red. Hex color #FC4DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC4DF5 is #03B20A. Grayscale: #939393. Windows color (decimal): -242187 or 16076284. OLE color: 16076284.
HSL color Cylindrical-coordinate representation of color #FC4DF5: hue angle of 302.4º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FC4DF5 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 77 | 245 | - |
| CMYK | 0 | 0.69 | 0.03 | 0.01 |
| HSL | 302.4º | 0.97% | 0.65% | - |
| HSV(B) | 302.4º | 0.69% | 0.99% | - |
| XYZ | 59.28 | 32.6 | 89.55 | - |
| YUV | 148.48 | 182.48 | 201.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 77 | 245 | 0 | 0.69 | 0.03 | 0.01 | 302.4 | 0.97 | 0.65 |
| Hex | FC | 4D | F5 | 0 | 45 | 3 | 1 | 12E | 61 | 41 |
| Octal | 374 | 115 | 365 | 0 | 105 | 3 | 1 | 456 | 141 | 101 |
| Binary | 11111100 | 1001101 | 11110101 | 0 | 1000101 | 11 | 1 | 100101110 | 1100001 | 1000001 |
Color Harmonies of #FC4DF5
Complementary color
Monochromatic Colors of #FC4DF5
Black with #FC4DF5
Text Example
Text Example
White with #FC4DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC4DF5; }
p { color: rgb(252,77,245); }
H1.HeaderClassName
{
color: #FC4DF5;
}
.AnyTagClassName
{
color: #FC4DF5;
}
</style>
background-color css
<style>
a { background-color: #FC4DF5; }
a { background-color: rgb(252,77,245); }
div.DivClassName
{
background-color: #FC4DF5;
}
.BgClassName
{
background-color: #FC4DF5;
}
</style>
border-color css
<style>
span { border-color: #FC4DF5; }
span { border-color: rgb(252,77,245); }
td.TdClassName
{
border-color: #FC4DF5;
}
.TagClassName
{
border-color: #FC4DF5;
}
</style>