Shades of Pink Flamingo #F160EE
Tints of Pink Flamingo #F160EE
RGB
CMYK
RGB Variations
Color information
#F160EE (or 0xF160EE) is known color: Pink Flamingo. HEX triplet: F1, 60 and EE. RGB value is (241,96,238). Sum of RGB (Red+Green+Blue) = 241+96+238=575 (76% of max value = 765). Red value is 241 (94.53% from 255 or 41.91% from 575); Green value is 96 (37.89% from 255 or 16.70% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 241 - color contains mainly: red. Hex color #F160EE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F160EE is #0E9F11. Grayscale: #9B9B9B. Windows color (decimal): -958226 or 15622385. OLE color: 15622385.
HSL color Cylindrical-coordinate representation of color #F160EE: hue angle of 301.24º 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 #F160EE is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 238 | - |
| CMYK | 0 | 0.60 | 0.01 | 0.05 |
| HSL | 301.24º | 0.84% | 0.66% | - |
| HSV(B) | 301.24º | 0.6% | 0.95% | - |
| XYZ | 55.89 | 33.24 | 84.36 | - |
| YUV | 155.54 | 174.54 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 238 | 0 | 0.60 | 0.01 | 0.05 | 301.24 | 0.84 | 0.66 |
| Hex | F1 | 60 | EE | 0 | 3C | 1 | 5 | 12D | 54 | 42 |
| Octal | 361 | 140 | 356 | 0 | 74 | 1 | 5 | 455 | 124 | 102 |
| Binary | 11110001 | 1100000 | 11101110 | 0 | 111100 | 1 | 101 | 100101101 | 1010100 | 1000010 |
Color Harmonies of #F160EE
Complementary color
Monochromatic Colors of #F160EE
Black with #F160EE
Text Example
Text Example
White with #F160EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F160EE; }
p { color: rgb(241,96,238); }
H1.HeaderClassName
{
color: #F160EE;
}
.AnyTagClassName
{
color: #F160EE;
}
</style>
background-color css
<style>
a { background-color: #F160EE; }
a { background-color: rgb(241,96,238); }
div.DivClassName
{
background-color: #F160EE;
}
.BgClassName
{
background-color: #F160EE;
}
</style>
border-color css
<style>
span { border-color: #F160EE; }
span { border-color: rgb(241,96,238); }
td.TdClassName
{
border-color: #F160EE;
}
.TagClassName
{
border-color: #F160EE;
}
</style>