Shades of Pink Flamingo #F45CEF
Tints of Pink Flamingo #F45CEF
RGB
CMYK
RGB Variations
Color information
#F45CEF (or 0xF45CEF) is known color: Pink Flamingo. HEX triplet: F4, 5C and EF. RGB value is (244,92,239). Sum of RGB (Red+Green+Blue) = 244+92+239=575 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.43% from 575); Green value is 92 (36.33% from 255 or 16% from 575); Blue value is 239 (93.75% from 255 or 41.57% from 575); Max value from RGB is 244 - color contains mainly: red. Hex color #F45CEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45CEF is #0BA310. Grayscale: #999999. Windows color (decimal): -762641 or 15686900. OLE color: 15686900.
HSL color Cylindrical-coordinate representation of color #F45CEF: hue angle of 301.97º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F45CEF is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 92 | 239 | - |
| CMYK | 0 | 0.62 | 0.02 | 0.04 |
| HSL | 301.97º | 0.87% | 0.66% | - |
| HSV(B) | 301.97º | 0.62% | 0.96% | - |
| XYZ | 56.72 | 33.12 | 85.06 | - |
| YUV | 154.21 | 175.86 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 92 | 239 | 0 | 0.62 | 0.02 | 0.04 | 301.97 | 0.87 | 0.66 |
| Hex | F4 | 5C | EF | 0 | 3E | 2 | 4 | 12E | 57 | 42 |
| Octal | 364 | 134 | 357 | 0 | 76 | 2 | 4 | 456 | 127 | 102 |
| Binary | 11110100 | 1011100 | 11101111 | 0 | 111110 | 10 | 100 | 100101110 | 1010111 | 1000010 |
Color Harmonies of #F45CEF
Complementary color
Monochromatic Colors of #F45CEF
Black with #F45CEF
Text Example
Text Example
White with #F45CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45CEF; }
p { color: rgb(244,92,239); }
H1.HeaderClassName
{
color: #F45CEF;
}
.AnyTagClassName
{
color: #F45CEF;
}
</style>
background-color css
<style>
a { background-color: #F45CEF; }
a { background-color: rgb(244,92,239); }
div.DivClassName
{
background-color: #F45CEF;
}
.BgClassName
{
background-color: #F45CEF;
}
</style>
border-color css
<style>
span { border-color: #F45CEF; }
span { border-color: rgb(244,92,239); }
td.TdClassName
{
border-color: #F45CEF;
}
.TagClassName
{
border-color: #F45CEF;
}
</style>