Shades of Pink Flamingo #F458EE
Tints of Pink Flamingo #F458EE
RGB
CMYK
RGB Variations
Color information
#F458EE (or 0xF458EE) is known color: Pink Flamingo. HEX triplet: F4, 58 and EE. RGB value is (244,88,238). Sum of RGB (Red+Green+Blue) = 244+88+238=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 88 (34.77% from 255 or 15.44% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 244 - color contains mainly: red. Hex color #F458EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F458EE is #0BA711. Grayscale: #979797. Windows color (decimal): -763666 or 15620340. OLE color: 15620340.
HSL color Cylindrical-coordinate representation of color #F458EE: hue angle of 302.31º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F458EE is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 88 | 238 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.04 |
| HSL | 302.31º | 0.88% | 0.65% | - |
| HSV(B) | 302.31º | 0.64% | 0.96% | - |
| XYZ | 56.23 | 32.39 | 84.18 | - |
| YUV | 151.74 | 176.68 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 88 | 238 | 0 | 0.64 | 0.02 | 0.04 | 302.31 | 0.88 | 0.65 |
| Hex | F4 | 58 | EE | 0 | 40 | 2 | 4 | 12E | 58 | 41 |
| Octal | 364 | 130 | 356 | 0 | 100 | 2 | 4 | 456 | 130 | 101 |
| Binary | 11110100 | 1011000 | 11101110 | 0 | 1000000 | 10 | 100 | 100101110 | 1011000 | 1000001 |
Color Harmonies of #F458EE
Complementary color
Monochromatic Colors of #F458EE
Black with #F458EE
Text Example
Text Example
White with #F458EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F458EE; }
p { color: rgb(244,88,238); }
H1.HeaderClassName
{
color: #F458EE;
}
.AnyTagClassName
{
color: #F458EE;
}
</style>
background-color css
<style>
a { background-color: #F458EE; }
a { background-color: rgb(244,88,238); }
div.DivClassName
{
background-color: #F458EE;
}
.BgClassName
{
background-color: #F458EE;
}
</style>
border-color css
<style>
span { border-color: #F458EE; }
span { border-color: rgb(244,88,238); }
td.TdClassName
{
border-color: #F458EE;
}
.TagClassName
{
border-color: #F458EE;
}
</style>