Shades of Pink Flamingo #F45EF2
Tints of Pink Flamingo #F45EF2
RGB
CMYK
RGB Variations
Color information
#F45EF2 (or 0xF45EF2) is known color: Pink Flamingo. HEX triplet: F4, 5E and F2. RGB value is (244,94,242). Sum of RGB (Red+Green+Blue) = 244+94+242=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 94 (37.11% from 255 or 16.21% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 244 - color contains mainly: red. Hex color #F45EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F45EF2 is #0BA10D. Grayscale: #9B9B9B. Windows color (decimal): -762126 or 15884020. OLE color: 15884020.
HSL color Cylindrical-coordinate representation of color #F45EF2: hue angle of 300.8º 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 #F45EF2 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 94 | 242 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.04 |
| HSL | 300.8º | 0.87% | 0.66% | - |
| HSV(B) | 300.8º | 0.61% | 0.96% | - |
| XYZ | 57.34 | 33.65 | 87.48 | - |
| YUV | 155.72 | 176.7 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 94 | 242 | 0 | 0.61 | 0.01 | 0.04 | 300.8 | 0.87 | 0.66 |
| Hex | F4 | 5E | F2 | 0 | 3D | 1 | 4 | 12D | 57 | 42 |
| Octal | 364 | 136 | 362 | 0 | 75 | 1 | 4 | 455 | 127 | 102 |
| Binary | 11110100 | 1011110 | 11110010 | 0 | 111101 | 1 | 100 | 100101101 | 1010111 | 1000010 |
Color Harmonies of #F45EF2
Complementary color
Monochromatic Colors of #F45EF2
Black with #F45EF2
Text Example
Text Example
White with #F45EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45EF2; }
p { color: rgb(244,94,242); }
H1.HeaderClassName
{
color: #F45EF2;
}
.AnyTagClassName
{
color: #F45EF2;
}
</style>
background-color css
<style>
a { background-color: #F45EF2; }
a { background-color: rgb(244,94,242); }
div.DivClassName
{
background-color: #F45EF2;
}
.BgClassName
{
background-color: #F45EF2;
}
</style>
border-color css
<style>
span { border-color: #F45EF2; }
span { border-color: rgb(244,94,242); }
td.TdClassName
{
border-color: #F45EF2;
}
.TagClassName
{
border-color: #F45EF2;
}
</style>