Shades of Pink Flamingo #F45EF0
Tints of Pink Flamingo #F45EF0
RGB
CMYK
RGB Variations
Color information
#F45EF0 (or 0xF45EF0) is known color: Pink Flamingo. HEX triplet: F4, 5E and F0. RGB value is (244,94,240). Sum of RGB (Red+Green+Blue) = 244+94+240=578 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.21% from 578); Green value is 94 (37.11% from 255 or 16.26% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 244 - color contains mainly: red. Hex color #F45EF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45EF0 is #0BA10F. Grayscale: #9B9B9B. Windows color (decimal): -762128 or 15752948. OLE color: 15752948.
HSL color Cylindrical-coordinate representation of color #F45EF0: hue angle of 301.6º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F45EF0 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 94 | 240 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.04 |
| HSL | 301.6º | 0.87% | 0.66% | - |
| HSV(B) | 301.6º | 0.61% | 0.96% | - |
| XYZ | 57.04 | 33.53 | 85.9 | - |
| YUV | 155.49 | 175.7 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 94 | 240 | 0 | 0.61 | 0.02 | 0.04 | 301.6 | 0.87 | 0.66 |
| Hex | F4 | 5E | F0 | 0 | 3D | 2 | 4 | 12E | 57 | 42 |
| Octal | 364 | 136 | 360 | 0 | 75 | 2 | 4 | 456 | 127 | 102 |
| Binary | 11110100 | 1011110 | 11110000 | 0 | 111101 | 10 | 100 | 100101110 | 1010111 | 1000010 |
Color Harmonies of #F45EF0
Complementary color
Monochromatic Colors of #F45EF0
Black with #F45EF0
Text Example
Text Example
White with #F45EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45EF0; }
p { color: rgb(244,94,240); }
H1.HeaderClassName
{
color: #F45EF0;
}
.AnyTagClassName
{
color: #F45EF0;
}
</style>
background-color css
<style>
a { background-color: #F45EF0; }
a { background-color: rgb(244,94,240); }
div.DivClassName
{
background-color: #F45EF0;
}
.BgClassName
{
background-color: #F45EF0;
}
</style>
border-color css
<style>
span { border-color: #F45EF0; }
span { border-color: rgb(244,94,240); }
td.TdClassName
{
border-color: #F45EF0;
}
.TagClassName
{
border-color: #F45EF0;
}
</style>