Shades of Pink Flamingo #F061EF
Tints of Pink Flamingo #F061EF
RGB
CMYK
RGB Variations
Color information
#F061EF (or 0xF061EF) is known color: Pink Flamingo. HEX triplet: F0, 61 and EF. RGB value is (240,97,239). Sum of RGB (Red+Green+Blue) = 240+97+239=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 97 (38.28% from 255 or 16.84% from 576); Blue value is 239 (93.75% from 255 or 41.49% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F061EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F061EF is #0F9E10. Grayscale: #9B9B9B. Windows color (decimal): -1023505 or 15688176. OLE color: 15688176.
HSL color Cylindrical-coordinate representation of color #F061EF: hue angle of 300.42º 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 #F061EF is Cyan = 0, Magento = 0.60, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 97 | 239 | - |
| CMYK | 0 | 0.60 | 0.00 | 0.06 |
| HSL | 300.42º | 0.83% | 0.66% | - |
| HSV(B) | 300.42º | 0.6% | 0.94% | - |
| XYZ | 55.79 | 33.31 | 85.15 | - |
| YUV | 155.95 | 174.88 | 187.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 97 | 239 | 0 | 0.60 | 0.00 | 0.06 | 300.42 | 0.83 | 0.66 |
| Hex | F0 | 61 | EF | 0 | 3C | 0 | 6 | 12C | 53 | 42 |
| Octal | 360 | 141 | 357 | 0 | 74 | 0 | 6 | 454 | 123 | 102 |
| Binary | 11110000 | 1100001 | 11101111 | 0 | 111100 | 0 | 110 | 100101100 | 1010011 | 1000010 |
Color Harmonies of #F061EF
Complementary color
Monochromatic Colors of #F061EF
Black with #F061EF
Text Example
Text Example
White with #F061EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F061EF; }
p { color: rgb(240,97,239); }
H1.HeaderClassName
{
color: #F061EF;
}
.AnyTagClassName
{
color: #F061EF;
}
</style>
background-color css
<style>
a { background-color: #F061EF; }
a { background-color: rgb(240,97,239); }
div.DivClassName
{
background-color: #F061EF;
}
.BgClassName
{
background-color: #F061EF;
}
</style>
border-color css
<style>
span { border-color: #F061EF; }
span { border-color: rgb(240,97,239); }
td.TdClassName
{
border-color: #F061EF;
}
.TagClassName
{
border-color: #F061EF;
}
</style>