Shades of Pink Flamingo #F962EC
Tints of Pink Flamingo #F962EC
RGB
CMYK
RGB Variations
Color information
#F962EC (or 0xF962EC) is known color: Pink Flamingo. HEX triplet: F9, 62 and EC. RGB value is (249,98,236). Sum of RGB (Red+Green+Blue) = 249+98+236=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 98 (38.67% from 255 or 16.81% from 583); Blue value is 236 (92.58% from 255 or 40.48% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F962EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F962EC is #069D13. Grayscale: #9E9E9E. Windows color (decimal): -433428 or 15491833. OLE color: 15491833.
HSL color Cylindrical-coordinate representation of color #F962EC: hue angle of 305.17º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F962EC is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 236 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.02 |
| HSL | 305.17º | 0.93% | 0.68% | - |
| HSV(B) | 305.17º | 0.61% | 0.98% | - |
| XYZ | 58.57 | 34.93 | 83.01 | - |
| YUV | 158.88 | 171.53 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 236 | 0 | 0.61 | 0.05 | 0.02 | 305.17 | 0.93 | 0.68 |
| Hex | F9 | 62 | EC | 0 | 3D | 5 | 2 | 131 | 5D | 44 |
| Octal | 371 | 142 | 354 | 0 | 75 | 5 | 2 | 461 | 135 | 104 |
| Binary | 11111001 | 1100010 | 11101100 | 0 | 111101 | 101 | 10 | 100110001 | 1011101 | 1000100 |
Color Harmonies of #F962EC
Complementary color
Monochromatic Colors of #F962EC
Black with #F962EC
Text Example
Text Example
White with #F962EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F962EC; }
p { color: rgb(249,98,236); }
H1.HeaderClassName
{
color: #F962EC;
}
.AnyTagClassName
{
color: #F962EC;
}
</style>
background-color css
<style>
a { background-color: #F962EC; }
a { background-color: rgb(249,98,236); }
div.DivClassName
{
background-color: #F962EC;
}
.BgClassName
{
background-color: #F962EC;
}
</style>
border-color css
<style>
span { border-color: #F962EC; }
span { border-color: rgb(249,98,236); }
td.TdClassName
{
border-color: #F962EC;
}
.TagClassName
{
border-color: #F962EC;
}
</style>