Shades of Pink Flamingo #F460ED
Tints of Pink Flamingo #F460ED
RGB
CMYK
RGB Variations
Color information
#F460ED (or 0xF460ED) is known color: Pink Flamingo. HEX triplet: F4, 60 and ED. RGB value is (244,96,237). Sum of RGB (Red+Green+Blue) = 244+96+237=577 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.29% from 577); Green value is 96 (37.89% from 255 or 16.64% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 244 - color contains mainly: red. Hex color #F460ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F460ED is #0B9F12. Grayscale: #9B9B9B. Windows color (decimal): -761619 or 15556852. OLE color: 15556852.
HSL color Cylindrical-coordinate representation of color #F460ED: hue angle of 302.84º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F460ED is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 96 | 237 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.04 |
| HSL | 302.84º | 0.87% | 0.67% | - |
| HSV(B) | 302.84º | 0.61% | 0.96% | - |
| XYZ | 56.78 | 33.71 | 83.64 | - |
| YUV | 156.33 | 173.53 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 96 | 237 | 0 | 0.61 | 0.03 | 0.04 | 302.84 | 0.87 | 0.67 |
| Hex | F4 | 60 | ED | 0 | 3D | 3 | 4 | 12F | 57 | 43 |
| Octal | 364 | 140 | 355 | 0 | 75 | 3 | 4 | 457 | 127 | 103 |
| Binary | 11110100 | 1100000 | 11101101 | 0 | 111101 | 11 | 100 | 100101111 | 1010111 | 1000011 |
Color Harmonies of #F460ED
Complementary color
Monochromatic Colors of #F460ED
Black with #F460ED
Text Example
Text Example
White with #F460ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F460ED; }
p { color: rgb(244,96,237); }
H1.HeaderClassName
{
color: #F460ED;
}
.AnyTagClassName
{
color: #F460ED;
}
</style>
background-color css
<style>
a { background-color: #F460ED; }
a { background-color: rgb(244,96,237); }
div.DivClassName
{
background-color: #F460ED;
}
.BgClassName
{
background-color: #F460ED;
}
</style>
border-color css
<style>
span { border-color: #F460ED; }
span { border-color: rgb(244,96,237); }
td.TdClassName
{
border-color: #F460ED;
}
.TagClassName
{
border-color: #F460ED;
}
</style>