Shades of Pink Flamingo #F961F5
Tints of Pink Flamingo #F961F5
RGB
CMYK
RGB Variations
Color information
#F961F5 (or 0xF961F5) is known color: Pink Flamingo. HEX triplet: F9, 61 and F5. RGB value is (249,97,245). Sum of RGB (Red+Green+Blue) = 249+97+245=591 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.13% from 591); Green value is 97 (38.28% from 255 or 16.41% from 591); Blue value is 245 (96.09% from 255 or 41.46% from 591); Max value from RGB is 249 - color contains mainly: red. Hex color #F961F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F961F5 is #069E0A. Grayscale: #9E9E9E. Windows color (decimal): -433675 or 16081401. OLE color: 16081401.
HSL color Cylindrical-coordinate representation of color #F961F5: hue angle of 301.58º 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 #F961F5 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 97 | 245 | - |
| CMYK | 0 | 0.61 | 0.02 | 0.02 |
| HSL | 301.58º | 0.93% | 0.68% | - |
| HSV(B) | 301.58º | 0.61% | 0.98% | - |
| XYZ | 59.82 | 35.28 | 90.04 | - |
| YUV | 159.32 | 176.36 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 97 | 245 | 0 | 0.61 | 0.02 | 0.02 | 301.58 | 0.93 | 0.68 |
| Hex | F9 | 61 | F5 | 0 | 3D | 2 | 2 | 12E | 5D | 44 |
| Octal | 371 | 141 | 365 | 0 | 75 | 2 | 2 | 456 | 135 | 104 |
| Binary | 11111001 | 1100001 | 11110101 | 0 | 111101 | 10 | 10 | 100101110 | 1011101 | 1000100 |
Color Harmonies of #F961F5
Complementary color
Monochromatic Colors of #F961F5
Black with #F961F5
Text Example
Text Example
White with #F961F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F961F5; }
p { color: rgb(249,97,245); }
H1.HeaderClassName
{
color: #F961F5;
}
.AnyTagClassName
{
color: #F961F5;
}
</style>
background-color css
<style>
a { background-color: #F961F5; }
a { background-color: rgb(249,97,245); }
div.DivClassName
{
background-color: #F961F5;
}
.BgClassName
{
background-color: #F961F5;
}
</style>
border-color css
<style>
span { border-color: #F961F5; }
span { border-color: rgb(249,97,245); }
td.TdClassName
{
border-color: #F961F5;
}
.TagClassName
{
border-color: #F961F5;
}
</style>