Shades of Vivid Tangerine #F88F80
Tints of Vivid Tangerine #F88F80
RGB
CMYK
RGB Variations
Color information
#F88F80 (or 0xF88F80) is known color: Vivid Tangerine. HEX triplet: F8, 8F and 80. RGB value is (248,143,128). Sum of RGB (Red+Green+Blue) = 248+143+128=519 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.78% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 248 - color contains mainly: red. Hex color #F88F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F88F80 is #07707F. Grayscale: #ACACAC. Windows color (decimal): -487552 or 8425464. OLE color: 8425464.
HSL color Cylindrical-coordinate representation of color #F88F80: hue angle of 7.5º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F88F80 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 143 | 128 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.03 |
| HSL | 7.5º | 0.9% | 0.74% | - |
| HSV(B) | 7.5º | 0.48% | 0.97% | - |
| XYZ | 52.43 | 41.16 | 25.6 | - |
| YUV | 172.69 | 102.79 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 143 | 128 | 0 | 0.42 | 0.48 | 0.03 | 7.5 | 0.9 | 0.74 |
| Hex | F8 | 8F | 80 | 0 | 2A | 30 | 3 | 8 | 5A | 4A |
| Octal | 370 | 217 | 200 | 0 | 52 | 60 | 3 | 10 | 132 | 112 |
| Binary | 11111000 | 10001111 | 10000000 | 0 | 101010 | 110000 | 11 | 1000 | 1011010 | 1001010 |
Color Harmonies of #F88F80
Complementary color
Monochromatic Colors of #F88F80
Black with #F88F80
Text Example
Text Example
White with #F88F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88F80; }
p { color: rgb(248,143,128); }
H1.HeaderClassName
{
color: #F88F80;
}
.AnyTagClassName
{
color: #F88F80;
}
</style>
background-color css
<style>
a { background-color: #F88F80; }
a { background-color: rgb(248,143,128); }
div.DivClassName
{
background-color: #F88F80;
}
.BgClassName
{
background-color: #F88F80;
}
</style>
border-color css
<style>
span { border-color: #F88F80; }
span { border-color: rgb(248,143,128); }
td.TdClassName
{
border-color: #F88F80;
}
.TagClassName
{
border-color: #F88F80;
}
</style>