Shades of Pink Flamingo #F457F0
Tints of Pink Flamingo #F457F0
RGB
CMYK
RGB Variations
Color information
#F457F0 (or 0xF457F0) is known color: Pink Flamingo. HEX triplet: F4, 57 and F0. RGB value is (244,87,240). Sum of RGB (Red+Green+Blue) = 244+87+240=571 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.73% from 571); Green value is 87 (34.38% from 255 or 15.24% from 571); Blue value is 240 (94.14% from 255 or 42.03% from 571); Max value from RGB is 244 - color contains mainly: red. Hex color #F457F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F457F0 is #0BA80F. Grayscale: #969696. Windows color (decimal): -763920 or 15751156. OLE color: 15751156.
HSL color Cylindrical-coordinate representation of color #F457F0: hue angle of 301.53º 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 #F457F0 is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 87 | 240 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.04 |
| HSL | 301.53º | 0.88% | 0.65% | - |
| HSV(B) | 301.53º | 0.64% | 0.96% | - |
| XYZ | 56.44 | 32.34 | 85.71 | - |
| YUV | 151.39 | 178.01 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 87 | 240 | 0 | 0.64 | 0.02 | 0.04 | 301.53 | 0.88 | 0.65 |
| Hex | F4 | 57 | F0 | 0 | 40 | 2 | 4 | 12E | 58 | 41 |
| Octal | 364 | 127 | 360 | 0 | 100 | 2 | 4 | 456 | 130 | 101 |
| Binary | 11110100 | 1010111 | 11110000 | 0 | 1000000 | 10 | 100 | 100101110 | 1011000 | 1000001 |
Color Harmonies of #F457F0
Complementary color
Monochromatic Colors of #F457F0
Black with #F457F0
Text Example
Text Example
White with #F457F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F457F0; }
p { color: rgb(244,87,240); }
H1.HeaderClassName
{
color: #F457F0;
}
.AnyTagClassName
{
color: #F457F0;
}
</style>
background-color css
<style>
a { background-color: #F457F0; }
a { background-color: rgb(244,87,240); }
div.DivClassName
{
background-color: #F457F0;
}
.BgClassName
{
background-color: #F457F0;
}
</style>
border-color css
<style>
span { border-color: #F457F0; }
span { border-color: rgb(244,87,240); }
td.TdClassName
{
border-color: #F457F0;
}
.TagClassName
{
border-color: #F457F0;
}
</style>