Shades of Pink Flamingo #F456FA
Tints of Pink Flamingo #F456FA
RGB
CMYK
RGB Variations
Color information
#F456FA (or 0xF456FA) is known color: Pink Flamingo. HEX triplet: F4, 56 and FA. RGB value is (244,86,250). Sum of RGB (Red+Green+Blue) = 244+86+250=580 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.07% from 580); Green value is 86 (33.98% from 255 or 14.83% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #F456FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F456FA is #0BA905. Grayscale: #979797. Windows color (decimal): -764166 or 16406260. OLE color: 16406260.
HSL color Cylindrical-coordinate representation of color #F456FA: hue angle of 297.8º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F456FA is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 86 | 250 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.02 |
| HSL | 297.8º | 0.94% | 0.66% | - |
| HSV(B) | 297.8º | 0.66% | 0.98% | - |
| XYZ | 57.89 | 32.79 | 93.72 | - |
| YUV | 151.94 | 183.35 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 86 | 250 | 0.02 | 0.66 | 0 | 0.02 | 297.8 | 0.94 | 0.66 |
| Hex | F4 | 56 | FA | 2 | 42 | 0 | 2 | 12A | 5E | 42 |
| Octal | 364 | 126 | 372 | 2 | 102 | 0 | 2 | 452 | 136 | 102 |
| Binary | 11110100 | 1010110 | 11111010 | 10 | 1000010 | 0 | 10 | 100101010 | 1011110 | 1000010 |
Color Harmonies of #F456FA
Complementary color
Monochromatic Colors of #F456FA
Black with #F456FA
Text Example
Text Example
White with #F456FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F456FA; }
p { color: rgb(244,86,250); }
H1.HeaderClassName
{
color: #F456FA;
}
.AnyTagClassName
{
color: #F456FA;
}
</style>
background-color css
<style>
a { background-color: #F456FA; }
a { background-color: rgb(244,86,250); }
div.DivClassName
{
background-color: #F456FA;
}
.BgClassName
{
background-color: #F456FA;
}
</style>
border-color css
<style>
span { border-color: #F456FA; }
span { border-color: rgb(244,86,250); }
td.TdClassName
{
border-color: #F456FA;
}
.TagClassName
{
border-color: #F456FA;
}
</style>