Shades of Pink Flamingo #F456F0
Tints of Pink Flamingo #F456F0
RGB
CMYK
RGB Variations
Color information
#F456F0 (or 0xF456F0) is known color: Pink Flamingo. HEX triplet: F4, 56 and F0. RGB value is (244,86,240). Sum of RGB (Red+Green+Blue) = 244+86+240=570 (75% of max value = 765). Red value is 244 (95.70% from 255 or 42.81% from 570); Green value is 86 (33.98% from 255 or 15.09% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 244 - color contains mainly: red. Hex color #F456F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F456F0 is #0BA90F. Grayscale: #969696. Windows color (decimal): -764176 or 15750900. OLE color: 15750900.
HSL color Cylindrical-coordinate representation of color #F456F0: hue angle of 301.52º 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 #F456F0 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 86 | 240 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.04 |
| HSL | 301.52º | 0.88% | 0.65% | - |
| HSV(B) | 301.52º | 0.65% | 0.96% | - |
| XYZ | 56.36 | 32.18 | 85.68 | - |
| YUV | 150.8 | 178.35 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 86 | 240 | 0 | 0.65 | 0.02 | 0.04 | 301.52 | 0.88 | 0.65 |
| Hex | F4 | 56 | F0 | 0 | 41 | 2 | 4 | 12E | 58 | 41 |
| Octal | 364 | 126 | 360 | 0 | 101 | 2 | 4 | 456 | 130 | 101 |
| Binary | 11110100 | 1010110 | 11110000 | 0 | 1000001 | 10 | 100 | 100101110 | 1011000 | 1000001 |
Color Harmonies of #F456F0
Complementary color
Monochromatic Colors of #F456F0
Black with #F456F0
Text Example
Text Example
White with #F456F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F456F0; }
p { color: rgb(244,86,240); }
H1.HeaderClassName
{
color: #F456F0;
}
.AnyTagClassName
{
color: #F456F0;
}
</style>
background-color css
<style>
a { background-color: #F456F0; }
a { background-color: rgb(244,86,240); }
div.DivClassName
{
background-color: #F456F0;
}
.BgClassName
{
background-color: #F456F0;
}
</style>
border-color css
<style>
span { border-color: #F456F0; }
span { border-color: rgb(244,86,240); }
td.TdClassName
{
border-color: #F456F0;
}
.TagClassName
{
border-color: #F456F0;
}
</style>