Shades of Pink Flamingo #F466ED
Tints of Pink Flamingo #F466ED
RGB
CMYK
RGB Variations
Color information
#F466ED (or 0xF466ED) is known color: Pink Flamingo. HEX triplet: F4, 66 and ED. RGB value is (244,102,237). Sum of RGB (Red+Green+Blue) = 244+102+237=583 (77% of max value = 765). Red value is 244 (95.70% from 255 or 41.85% from 583); Green value is 102 (40.23% from 255 or 17.50% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 244 - color contains mainly: red. Hex color #F466ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F466ED is #0B9912. Grayscale: #9F9F9F. Windows color (decimal): -760083 or 15558388. OLE color: 15558388.
HSL color Cylindrical-coordinate representation of color #F466ED: hue angle of 302.96º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F466ED is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 102 | 237 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.04 |
| HSL | 302.96º | 0.87% | 0.68% | - |
| HSV(B) | 302.96º | 0.58% | 0.96% | - |
| XYZ | 57.35 | 34.85 | 83.83 | - |
| YUV | 159.85 | 171.54 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 102 | 237 | 0 | 0.58 | 0.03 | 0.04 | 302.96 | 0.87 | 0.68 |
| Hex | F4 | 66 | ED | 0 | 3A | 3 | 4 | 12F | 57 | 44 |
| Octal | 364 | 146 | 355 | 0 | 72 | 3 | 4 | 457 | 127 | 104 |
| Binary | 11110100 | 1100110 | 11101101 | 0 | 111010 | 11 | 100 | 100101111 | 1010111 | 1000100 |
Color Harmonies of #F466ED
Complementary color
Monochromatic Colors of #F466ED
Black with #F466ED
Text Example
Text Example
White with #F466ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F466ED; }
p { color: rgb(244,102,237); }
H1.HeaderClassName
{
color: #F466ED;
}
.AnyTagClassName
{
color: #F466ED;
}
</style>
background-color css
<style>
a { background-color: #F466ED; }
a { background-color: rgb(244,102,237); }
div.DivClassName
{
background-color: #F466ED;
}
.BgClassName
{
background-color: #F466ED;
}
</style>
border-color css
<style>
span { border-color: #F466ED; }
span { border-color: rgb(244,102,237); }
td.TdClassName
{
border-color: #F466ED;
}
.TagClassName
{
border-color: #F466ED;
}
</style>