Shades of Pink Flamingo #F454EE
Tints of Pink Flamingo #F454EE
RGB
CMYK
RGB Variations
Color information
#F454EE (or 0xF454EE) is known color: Pink Flamingo. HEX triplet: F4, 54 and EE. RGB value is (244,84,238). Sum of RGB (Red+Green+Blue) = 244+84+238=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 84 (33.20% from 255 or 14.84% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F454EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F454EE is #0BAB11. Grayscale: #949494. Windows color (decimal): -764690 or 15619316. OLE color: 15619316.
HSL color Cylindrical-coordinate representation of color #F454EE: hue angle of 302.25º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F454EE is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 238 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.04 |
| HSL | 302.25º | 0.88% | 0.64% | - |
| HSV(B) | 302.25º | 0.66% | 0.96% | - |
| XYZ | 55.91 | 31.75 | 84.07 | - |
| YUV | 149.4 | 178.01 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 238 | 0 | 0.66 | 0.02 | 0.04 | 302.25 | 0.88 | 0.64 |
| Hex | F4 | 54 | EE | 0 | 42 | 2 | 4 | 12E | 58 | 40 |
| Octal | 364 | 124 | 356 | 0 | 102 | 2 | 4 | 456 | 130 | 100 |
| Binary | 11110100 | 1010100 | 11101110 | 0 | 1000010 | 10 | 100 | 100101110 | 1011000 | 1000000 |
Color Harmonies of #F454EE
Complementary color
Monochromatic Colors of #F454EE
Black with #F454EE
Text Example
Text Example
White with #F454EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F454EE; }
p { color: rgb(244,84,238); }
H1.HeaderClassName
{
color: #F454EE;
}
.AnyTagClassName
{
color: #F454EE;
}
</style>
background-color css
<style>
a { background-color: #F454EE; }
a { background-color: rgb(244,84,238); }
div.DivClassName
{
background-color: #F454EE;
}
.BgClassName
{
background-color: #F454EE;
}
</style>
border-color css
<style>
span { border-color: #F454EE; }
span { border-color: rgb(244,84,238); }
td.TdClassName
{
border-color: #F454EE;
}
.TagClassName
{
border-color: #F454EE;
}
</style>