Shades of Pink Flamingo #FC45EF
Tints of Pink Flamingo #FC45EF
RGB
CMYK
RGB Variations
Color information
#FC45EF (or 0xFC45EF) is known color: Pink Flamingo. HEX triplet: FC, 45 and EF. RGB value is (252,69,239). Sum of RGB (Red+Green+Blue) = 252+69+239=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 69 (27.34% from 255 or 12.32% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FC45EF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC45EF is #03BA10. Grayscale: #8E8E8E. Windows color (decimal): -244241 or 15681020. OLE color: 15681020.
HSL color Cylindrical-coordinate representation of color #FC45EF: hue angle of 304.26º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FC45EF is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 69 | 239 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.01 |
| HSL | 304.26º | 0.97% | 0.63% | - |
| HSV(B) | 304.26º | 0.73% | 0.99% | - |
| XYZ | 57.85 | 31.18 | 84.63 | - |
| YUV | 143.1 | 182.13 | 205.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 69 | 239 | 0 | 0.73 | 0.05 | 0.01 | 304.26 | 0.97 | 0.63 |
| Hex | FC | 45 | EF | 0 | 49 | 5 | 1 | 130 | 61 | 3F |
| Octal | 374 | 105 | 357 | 0 | 111 | 5 | 1 | 460 | 141 | 77 |
| Binary | 11111100 | 1000101 | 11101111 | 0 | 1001001 | 101 | 1 | 100110000 | 1100001 | 111111 |
Color Harmonies of #FC45EF
Complementary color
Monochromatic Colors of #FC45EF
Black with #FC45EF
Text Example
Text Example
White with #FC45EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC45EF; }
p { color: rgb(252,69,239); }
H1.HeaderClassName
{
color: #FC45EF;
}
.AnyTagClassName
{
color: #FC45EF;
}
</style>
background-color css
<style>
a { background-color: #FC45EF; }
a { background-color: rgb(252,69,239); }
div.DivClassName
{
background-color: #FC45EF;
}
.BgClassName
{
background-color: #FC45EF;
}
</style>
border-color css
<style>
span { border-color: #FC45EF; }
span { border-color: rgb(252,69,239); }
td.TdClassName
{
border-color: #FC45EF;
}
.TagClassName
{
border-color: #FC45EF;
}
</style>