Shades of Pink Flamingo #F061F0
Tints of Pink Flamingo #F061F0
RGB
CMYK
RGB Variations
Color information
#F061F0 (or 0xF061F0) is known color: Pink Flamingo. HEX triplet: F0, 61 and F0. RGB value is (240,97,240). Sum of RGB (Red+Green+Blue) = 240+97+240=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 97 (38.28% from 255 or 16.81% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F061F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F061F0 is #0F9E0F. Grayscale: #9B9B9B. Windows color (decimal): -1023504 or 15753712. OLE color: 15753712.
HSL color Cylindrical-coordinate representation of color #F061F0: hue angle of 300º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F061F0 is Cyan = 0, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 240 | - |
| CMYK | 0 | 0.60 | 0 | 0.06 |
| HSL | 300º | 0.83% | 0.66% | - |
| HSV(B) | 300º | 0.6% | 0.94% | - |
| XYZ | 55.94 | 33.37 | 85.93 | - |
| YUV | 156.06 | 175.38 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 240 | 0 | 0.60 | 0 | 0.06 | 300 | 0.83 | 0.66 |
| Hex | F0 | 61 | F0 | 0 | 3C | 0 | 6 | 12C | 53 | 42 |
| Octal | 360 | 141 | 360 | 0 | 74 | 0 | 6 | 454 | 123 | 102 |
| Binary | 11110000 | 1100001 | 11110000 | 0 | 111100 | 0 | 110 | 100101100 | 1010011 | 1000010 |
Color Harmonies of #F061F0
Complementary color
Monochromatic Colors of #F061F0
Black with #F061F0
Text Example
Text Example
White with #F061F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F061F0; }
p { color: rgb(240,97,240); }
H1.HeaderClassName
{
color: #F061F0;
}
.AnyTagClassName
{
color: #F061F0;
}
</style>
background-color css
<style>
a { background-color: #F061F0; }
a { background-color: rgb(240,97,240); }
div.DivClassName
{
background-color: #F061F0;
}
.BgClassName
{
background-color: #F061F0;
}
</style>
border-color css
<style>
span { border-color: #F061F0; }
span { border-color: rgb(240,97,240); }
td.TdClassName
{
border-color: #F061F0;
}
.TagClassName
{
border-color: #F061F0;
}
</style>