Shades of Pink Flamingo #F454EF
Tints of Pink Flamingo #F454EF
RGB
CMYK
RGB Variations
Color information
#F454EF (or 0xF454EF) is known color: Pink Flamingo. HEX triplet: F4, 54 and EF. RGB value is (244,84,239). Sum of RGB (Red+Green+Blue) = 244+84+239=567 (75% of max value = 765). Red value is 244 (95.70% from 255 or 43.03% from 567); Green value is 84 (33.20% from 255 or 14.81% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 244 - color contains mainly: red. Hex color #F454EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F454EF is #0BAB10. Grayscale: #959595. Windows color (decimal): -764689 or 15684852. OLE color: 15684852.
HSL color Cylindrical-coordinate representation of color #F454EF: hue angle of 301.88º 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 #F454EF is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 239 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.04 |
| HSL | 301.88º | 0.88% | 0.64% | - |
| HSV(B) | 301.88º | 0.66% | 0.96% | - |
| XYZ | 56.06 | 31.81 | 84.85 | - |
| YUV | 149.51 | 178.51 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 239 | 0 | 0.66 | 0.02 | 0.04 | 301.88 | 0.88 | 0.64 |
| Hex | F4 | 54 | EF | 0 | 42 | 2 | 4 | 12E | 58 | 40 |
| Octal | 364 | 124 | 357 | 0 | 102 | 2 | 4 | 456 | 130 | 100 |
| Binary | 11110100 | 1010100 | 11101111 | 0 | 1000010 | 10 | 100 | 100101110 | 1011000 | 1000000 |
Color Harmonies of #F454EF
Complementary color
Monochromatic Colors of #F454EF
Black with #F454EF
Text Example
Text Example
White with #F454EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F454EF; }
p { color: rgb(244,84,239); }
H1.HeaderClassName
{
color: #F454EF;
}
.AnyTagClassName
{
color: #F454EF;
}
</style>
background-color css
<style>
a { background-color: #F454EF; }
a { background-color: rgb(244,84,239); }
div.DivClassName
{
background-color: #F454EF;
}
.BgClassName
{
background-color: #F454EF;
}
</style>
border-color css
<style>
span { border-color: #F454EF; }
span { border-color: rgb(244,84,239); }
td.TdClassName
{
border-color: #F454EF;
}
.TagClassName
{
border-color: #F454EF;
}
</style>