Shades of Pink Flamingo #F961ED
Tints of Pink Flamingo #F961ED
RGB
CMYK
RGB Variations
Color information
#F961ED (or 0xF961ED) is known color: Pink Flamingo. HEX triplet: F9, 61 and ED. RGB value is (249,97,237). Sum of RGB (Red+Green+Blue) = 249+97+237=583 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.71% from 583); Green value is 97 (38.28% from 255 or 16.64% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 249 - color contains mainly: red. Hex color #F961ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F961ED is #069E12. Grayscale: #9E9E9E. Windows color (decimal): -433683 or 15557113. OLE color: 15557113.
HSL color Cylindrical-coordinate representation of color #F961ED: hue angle of 304.74º 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 #F961ED is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 97 | 237 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.02 |
| HSL | 304.74º | 0.93% | 0.68% | - |
| HSV(B) | 304.74º | 0.61% | 0.98% | - |
| XYZ | 58.63 | 34.8 | 83.75 | - |
| YUV | 158.41 | 172.36 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 97 | 237 | 0 | 0.61 | 0.05 | 0.02 | 304.74 | 0.93 | 0.68 |
| Hex | F9 | 61 | ED | 0 | 3D | 5 | 2 | 131 | 5D | 44 |
| Octal | 371 | 141 | 355 | 0 | 75 | 5 | 2 | 461 | 135 | 104 |
| Binary | 11111001 | 1100001 | 11101101 | 0 | 111101 | 101 | 10 | 100110001 | 1011101 | 1000100 |
Color Harmonies of #F961ED
Complementary color
Monochromatic Colors of #F961ED
Black with #F961ED
Text Example
Text Example
White with #F961ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F961ED; }
p { color: rgb(249,97,237); }
H1.HeaderClassName
{
color: #F961ED;
}
.AnyTagClassName
{
color: #F961ED;
}
</style>
background-color css
<style>
a { background-color: #F961ED; }
a { background-color: rgb(249,97,237); }
div.DivClassName
{
background-color: #F961ED;
}
.BgClassName
{
background-color: #F961ED;
}
</style>
border-color css
<style>
span { border-color: #F961ED; }
span { border-color: rgb(249,97,237); }
td.TdClassName
{
border-color: #F961ED;
}
.TagClassName
{
border-color: #F961ED;
}
</style>