Shades of Pink Flamingo #F45EFF
Tints of Pink Flamingo #F45EFF
RGB
CMYK
RGB Variations
Color information
#F45EFF (or 0xF45EFF) is known color: Pink Flamingo. HEX triplet: F4, 5E and FF. RGB value is (244,94,255). Sum of RGB (Red+Green+Blue) = 244+94+255=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 94 (37.11% from 255 or 15.85% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #F45EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45EFF is #0BA100. Grayscale: #9C9C9C. Windows color (decimal): -762113 or 16735988. OLE color: 16735988.
HSL color Cylindrical-coordinate representation of color #F45EFF: hue angle of 295.9º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F45EFF is Cyan = 0.04, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 94 | 255 | - |
| CMYK | 0.04 | 0.63 | 0 | 0 |
| HSL | 295.9º | 1% | 0.68% | - |
| HSV(B) | 295.9º | 0.63% | 1% | - |
| XYZ | 59.36 | 34.46 | 98.13 | - |
| YUV | 157.2 | 183.2 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 94 | 255 | 0.04 | 0.63 | 0 | 0 | 295.9 | 1 | 0.68 |
| Hex | F4 | 5E | FF | 4 | 3F | 0 | 0 | 128 | 64 | 44 |
| Octal | 364 | 136 | 377 | 4 | 77 | 0 | 0 | 450 | 144 | 104 |
| Binary | 11110100 | 1011110 | 11111111 | 100 | 111111 | 0 | 0 | 100101000 | 1100100 | 1000100 |
Color Harmonies of #F45EFF
Complementary color
Monochromatic Colors of #F45EFF
Black with #F45EFF
Text Example
Text Example
White with #F45EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45EFF; }
p { color: rgb(244,94,255); }
H1.HeaderClassName
{
color: #F45EFF;
}
.AnyTagClassName
{
color: #F45EFF;
}
</style>
background-color css
<style>
a { background-color: #F45EFF; }
a { background-color: rgb(244,94,255); }
div.DivClassName
{
background-color: #F45EFF;
}
.BgClassName
{
background-color: #F45EFF;
}
</style>
border-color css
<style>
span { border-color: #F45EFF; }
span { border-color: rgb(244,94,255); }
td.TdClassName
{
border-color: #F45EFF;
}
.TagClassName
{
border-color: #F45EFF;
}
</style>