Shades of Pink Flamingo #F061F1
Tints of Pink Flamingo #F061F1
RGB
CMYK
RGB Variations
Color information
#F061F1 (or 0xF061F1) is known color: Pink Flamingo. HEX triplet: F0, 61 and F1. RGB value is (240,97,241). Sum of RGB (Red+Green+Blue) = 240+97+241=578 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.52% from 578); Green value is 97 (38.28% from 255 or 16.78% from 578); Blue value is 241 (94.53% from 255 or 41.70% from 578); Max value from RGB is 241 - color contains mainly: blue. Hex color #F061F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F061F1 is #0F9E0E. Grayscale: #9B9B9B. Windows color (decimal): -1023503 or 15819248. OLE color: 15819248.
HSL color Cylindrical-coordinate representation of color #F061F1: hue angle of 299.58º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F061F1 is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 97 | 241 | - |
| CMYK | 0.00 | 0.60 | 0 | 0.05 |
| HSL | 299.58º | 0.84% | 0.66% | - |
| HSV(B) | 299.58º | 0.6% | 0.95% | - |
| XYZ | 56.09 | 33.43 | 86.71 | - |
| YUV | 156.17 | 175.88 | 187.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 241 | 0.00 | 0.60 | 0 | 0.05 | 299.58 | 0.84 | 0.66 |
| Hex | F0 | 61 | F1 | 0 | 3C | 0 | 5 | 12C | 54 | 42 |
| Octal | 360 | 141 | 361 | 0 | 74 | 0 | 5 | 454 | 124 | 102 |
| Binary | 11110000 | 1100001 | 11110001 | 0 | 111100 | 0 | 101 | 100101100 | 1010100 | 1000010 |
Color Harmonies of #F061F1
Complementary color
Monochromatic Colors of #F061F1
Black with #F061F1
Text Example
Text Example
White with #F061F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F061F1; }
p { color: rgb(240,97,241); }
H1.HeaderClassName
{
color: #F061F1;
}
.AnyTagClassName
{
color: #F061F1;
}
</style>
background-color css
<style>
a { background-color: #F061F1; }
a { background-color: rgb(240,97,241); }
div.DivClassName
{
background-color: #F061F1;
}
.BgClassName
{
background-color: #F061F1;
}
</style>
border-color css
<style>
span { border-color: #F061F1; }
span { border-color: rgb(240,97,241); }
td.TdClassName
{
border-color: #F061F1;
}
.TagClassName
{
border-color: #F061F1;
}
</style>