Shades of Pink Flamingo #F455EE
Tints of Pink Flamingo #F455EE
RGB
CMYK
RGB Variations
Color information
#F455EE (or 0xF455EE) is known color: Pink Flamingo. HEX triplet: F4, 55 and EE. RGB value is (244,85,238). Sum of RGB (Red+Green+Blue) = 244+85+238=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 85 (33.59% from 255 or 14.99% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F455EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F455EE is #0BAA11. Grayscale: #959595. Windows color (decimal): -764434 or 15619572. OLE color: 15619572.
HSL color Cylindrical-coordinate representation of color #F455EE: hue angle of 302.26º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F455EE is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 238 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.04 |
| HSL | 302.26º | 0.88% | 0.65% | - |
| HSV(B) | 302.26º | 0.65% | 0.96% | - |
| XYZ | 55.99 | 31.9 | 84.1 | - |
| YUV | 149.98 | 177.68 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 238 | 0 | 0.65 | 0.02 | 0.04 | 302.26 | 0.88 | 0.65 |
| Hex | F4 | 55 | EE | 0 | 41 | 2 | 4 | 12E | 58 | 41 |
| Octal | 364 | 125 | 356 | 0 | 101 | 2 | 4 | 456 | 130 | 101 |
| Binary | 11110100 | 1010101 | 11101110 | 0 | 1000001 | 10 | 100 | 100101110 | 1011000 | 1000001 |
Color Harmonies of #F455EE
Complementary color
Monochromatic Colors of #F455EE
Black with #F455EE
Text Example
Text Example
White with #F455EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F455EE; }
p { color: rgb(244,85,238); }
H1.HeaderClassName
{
color: #F455EE;
}
.AnyTagClassName
{
color: #F455EE;
}
</style>
background-color css
<style>
a { background-color: #F455EE; }
a { background-color: rgb(244,85,238); }
div.DivClassName
{
background-color: #F455EE;
}
.BgClassName
{
background-color: #F455EE;
}
</style>
border-color css
<style>
span { border-color: #F455EE; }
span { border-color: rgb(244,85,238); }
td.TdClassName
{
border-color: #F455EE;
}
.TagClassName
{
border-color: #F455EE;
}
</style>