Shades of Pink Flamingo #F162ED
Tints of Pink Flamingo #F162ED
RGB
CMYK
RGB Variations
Color information
#F162ED (or 0xF162ED) is known color: Pink Flamingo. HEX triplet: F1, 62 and ED. RGB value is (241,98,237). Sum of RGB (Red+Green+Blue) = 241+98+237=576 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.84% from 576); Green value is 98 (38.67% from 255 or 17.01% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 241 - color contains mainly: red. Hex color #F162ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F162ED is #0E9D12. Grayscale: #9C9C9C. Windows color (decimal): -957715 or 15557361. OLE color: 15557361.
HSL color Cylindrical-coordinate representation of color #F162ED: hue angle of 301.68º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F162ED is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 237 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.05 |
| HSL | 301.68º | 0.84% | 0.66% | - |
| HSV(B) | 301.68º | 0.59% | 0.95% | - |
| XYZ | 55.93 | 33.55 | 83.65 | - |
| YUV | 156.6 | 173.38 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 237 | 0 | 0.59 | 0.02 | 0.05 | 301.68 | 0.84 | 0.66 |
| Hex | F1 | 62 | ED | 0 | 3B | 2 | 5 | 12E | 54 | 42 |
| Octal | 361 | 142 | 355 | 0 | 73 | 2 | 5 | 456 | 124 | 102 |
| Binary | 11110001 | 1100010 | 11101101 | 0 | 111011 | 10 | 101 | 100101110 | 1010100 | 1000010 |
Color Harmonies of #F162ED
Complementary color
Monochromatic Colors of #F162ED
Black with #F162ED
Text Example
Text Example
White with #F162ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F162ED; }
p { color: rgb(241,98,237); }
H1.HeaderClassName
{
color: #F162ED;
}
.AnyTagClassName
{
color: #F162ED;
}
</style>
background-color css
<style>
a { background-color: #F162ED; }
a { background-color: rgb(241,98,237); }
div.DivClassName
{
background-color: #F162ED;
}
.BgClassName
{
background-color: #F162ED;
}
</style>
border-color css
<style>
span { border-color: #F162ED; }
span { border-color: rgb(241,98,237); }
td.TdClassName
{
border-color: #F162ED;
}
.TagClassName
{
border-color: #F162ED;
}
</style>