Shades of Pink Flamingo #F961E8
Tints of Pink Flamingo #F961E8
RGB
CMYK
RGB Variations
Color information
#F961E8 (or 0xF961E8) is known color: Pink Flamingo. HEX triplet: F9, 61 and E8. RGB value is (249,97,232). Sum of RGB (Red+Green+Blue) = 249+97+232=578 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.08% from 578); Green value is 97 (38.28% from 255 or 16.78% from 578); Blue value is 232 (91.02% from 255 or 40.14% from 578); Max value from RGB is 249 - color contains mainly: red. Hex color #F961E8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F961E8 is #069E17. Grayscale: #9D9D9D. Windows color (decimal): -433688 or 15229433. OLE color: 15229433.
HSL color Cylindrical-coordinate representation of color #F961E8: hue angle of 306.71º 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 #F961E8 is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 97 | 232 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.02 |
| HSL | 306.71º | 0.93% | 0.68% | - |
| HSV(B) | 306.71º | 0.61% | 0.98% | - |
| XYZ | 57.91 | 34.52 | 79.95 | - |
| YUV | 157.84 | 169.86 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 97 | 232 | 0 | 0.61 | 0.07 | 0.02 | 306.71 | 0.93 | 0.68 |
| Hex | F9 | 61 | E8 | 0 | 3D | 7 | 2 | 133 | 5D | 44 |
| Octal | 371 | 141 | 350 | 0 | 75 | 7 | 2 | 463 | 135 | 104 |
| Binary | 11111001 | 1100001 | 11101000 | 0 | 111101 | 111 | 10 | 100110011 | 1011101 | 1000100 |
Color Harmonies of #F961E8
Complementary color
Monochromatic Colors of #F961E8
Black with #F961E8
Text Example
Text Example
White with #F961E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F961E8; }
p { color: rgb(249,97,232); }
H1.HeaderClassName
{
color: #F961E8;
}
.AnyTagClassName
{
color: #F961E8;
}
</style>
background-color css
<style>
a { background-color: #F961E8; }
a { background-color: rgb(249,97,232); }
div.DivClassName
{
background-color: #F961E8;
}
.BgClassName
{
background-color: #F961E8;
}
</style>
border-color css
<style>
span { border-color: #F961E8; }
span { border-color: rgb(249,97,232); }
td.TdClassName
{
border-color: #F961E8;
}
.TagClassName
{
border-color: #F961E8;
}
</style>