Shades of Pink Flamingo #F450EF
Tints of Pink Flamingo #F450EF
RGB
CMYK
RGB Variations
Color information
#F450EF (or 0xF450EF) is known color: Pink Flamingo. HEX triplet: F4, 50 and EF. RGB value is (244,80,239). Sum of RGB (Red+Green+Blue) = 244+80+239=563 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.34% from 563); Green value is 80 (31.64% from 255 or 14.21% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 244 - color contains mainly: red. Hex color #F450EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F450EF is #0BAF10. Grayscale: #929292. Windows color (decimal): -765713 or 15683828. OLE color: 15683828.
HSL color Cylindrical-coordinate representation of color #F450EF: hue angle of 301.83º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F450EF is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 80 | 239 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.04 |
| HSL | 301.83º | 0.88% | 0.64% | - |
| HSV(B) | 301.83º | 0.67% | 0.96% | - |
| XYZ | 55.76 | 31.2 | 84.75 | - |
| YUV | 147.16 | 179.83 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 80 | 239 | 0 | 0.67 | 0.02 | 0.04 | 301.83 | 0.88 | 0.64 |
| Hex | F4 | 50 | EF | 0 | 43 | 2 | 4 | 12E | 58 | 40 |
| Octal | 364 | 120 | 357 | 0 | 103 | 2 | 4 | 456 | 130 | 100 |
| Binary | 11110100 | 1010000 | 11101111 | 0 | 1000011 | 10 | 100 | 100101110 | 1011000 | 1000000 |
Color Harmonies of #F450EF
Complementary color
Monochromatic Colors of #F450EF
Black with #F450EF
Text Example
Text Example
White with #F450EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F450EF; }
p { color: rgb(244,80,239); }
H1.HeaderClassName
{
color: #F450EF;
}
.AnyTagClassName
{
color: #F450EF;
}
</style>
background-color css
<style>
a { background-color: #F450EF; }
a { background-color: rgb(244,80,239); }
div.DivClassName
{
background-color: #F450EF;
}
.BgClassName
{
background-color: #F450EF;
}
</style>
border-color css
<style>
span { border-color: #F450EF; }
span { border-color: rgb(244,80,239); }
td.TdClassName
{
border-color: #F450EF;
}
.TagClassName
{
border-color: #F450EF;
}
</style>