Shades of Pink Flamingo #F464ED
Tints of Pink Flamingo #F464ED
RGB
CMYK
RGB Variations
Color information
#F464ED (or 0xF464ED) is known color: Pink Flamingo. HEX triplet: F4, 64 and ED. RGB value is (244,100,237). Sum of RGB (Red+Green+Blue) = 244+100+237=581 (76% of max value = 765). Red value is 244 (95.70% from 255 or 42.00% from 581); Green value is 100 (39.45% from 255 or 17.21% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 244 - color contains mainly: red. Hex color #F464ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F464ED is #0B9B12. Grayscale: #9E9E9E. Windows color (decimal): -760595 or 15557876. OLE color: 15557876.
HSL color Cylindrical-coordinate representation of color #F464ED: hue angle of 302.92º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F464ED is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 100 | 237 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.04 |
| HSL | 302.92º | 0.87% | 0.67% | - |
| HSV(B) | 302.92º | 0.59% | 0.96% | - |
| XYZ | 57.15 | 34.46 | 83.76 | - |
| YUV | 158.67 | 172.21 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 100 | 237 | 0 | 0.59 | 0.03 | 0.04 | 302.92 | 0.87 | 0.67 |
| Hex | F4 | 64 | ED | 0 | 3B | 3 | 4 | 12F | 57 | 43 |
| Octal | 364 | 144 | 355 | 0 | 73 | 3 | 4 | 457 | 127 | 103 |
| Binary | 11110100 | 1100100 | 11101101 | 0 | 111011 | 11 | 100 | 100101111 | 1010111 | 1000011 |
Color Harmonies of #F464ED
Complementary color
Monochromatic Colors of #F464ED
Black with #F464ED
Text Example
Text Example
White with #F464ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F464ED; }
p { color: rgb(244,100,237); }
H1.HeaderClassName
{
color: #F464ED;
}
.AnyTagClassName
{
color: #F464ED;
}
</style>
background-color css
<style>
a { background-color: #F464ED; }
a { background-color: rgb(244,100,237); }
div.DivClassName
{
background-color: #F464ED;
}
.BgClassName
{
background-color: #F464ED;
}
</style>
border-color css
<style>
span { border-color: #F464ED; }
span { border-color: rgb(244,100,237); }
td.TdClassName
{
border-color: #F464ED;
}
.TagClassName
{
border-color: #F464ED;
}
</style>