Shades of Pink Flamingo #F060EE
Tints of Pink Flamingo #F060EE
RGB
CMYK
RGB Variations
Color information
#F060EE (or 0xF060EE) is known color: Pink Flamingo. HEX triplet: F0, 60 and EE. RGB value is (240,96,238). Sum of RGB (Red+Green+Blue) = 240+96+238=574 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.81% from 574); Green value is 96 (37.89% from 255 or 16.72% from 574); Blue value is 238 (93.36% from 255 or 41.46% from 574); Max value from RGB is 240 - color contains mainly: red. Hex color #F060EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F060EE is #0F9F11. Grayscale: #9A9A9A. Windows color (decimal): -1023762 or 15622384. OLE color: 15622384.
HSL color Cylindrical-coordinate representation of color #F060EE: hue angle of 300.83º 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 #F060EE is Cyan = 0, Magento = 0.6, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 238 | - |
| CMYK | 0 | 0.6 | 0.01 | 0.06 |
| HSL | 300.83º | 0.83% | 0.66% | - |
| HSV(B) | 300.83º | 0.6% | 0.94% | - |
| XYZ | 55.55 | 33.06 | 84.34 | - |
| YUV | 155.24 | 174.71 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 238 | 0 | 0.6 | 0.01 | 0.06 | 300.83 | 0.83 | 0.66 |
| Hex | F0 | 60 | EE | 0 | 3C | 1 | 6 | 12D | 53 | 42 |
| Octal | 360 | 140 | 356 | 0 | 74 | 1 | 6 | 455 | 123 | 102 |
| Binary | 11110000 | 1100000 | 11101110 | 0 | 111100 | 1 | 110 | 100101101 | 1010011 | 1000010 |
Color Harmonies of #F060EE
Complementary color
Monochromatic Colors of #F060EE
Black with #F060EE
Text Example
Text Example
White with #F060EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F060EE; }
p { color: rgb(240,96,238); }
H1.HeaderClassName
{
color: #F060EE;
}
.AnyTagClassName
{
color: #F060EE;
}
</style>
background-color css
<style>
a { background-color: #F060EE; }
a { background-color: rgb(240,96,238); }
div.DivClassName
{
background-color: #F060EE;
}
.BgClassName
{
background-color: #F060EE;
}
</style>
border-color css
<style>
span { border-color: #F060EE; }
span { border-color: rgb(240,96,238); }
td.TdClassName
{
border-color: #F060EE;
}
.TagClassName
{
border-color: #F060EE;
}
</style>