Shades of Vivid Tangerine #F88F7A
Tints of Vivid Tangerine #F88F7A
RGB
CMYK
RGB Variations
Color information
#F88F7A (or 0xF88F7A) is known color: Vivid Tangerine. HEX triplet: F8, 8F and 7A. RGB value is (248,143,122). Sum of RGB (Red+Green+Blue) = 248+143+122=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 122 (48.05% from 255 or 23.78% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F88F7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88F7A is #077085. Grayscale: #ACACAC. Windows color (decimal): -487558 or 8032248. OLE color: 8032248.
HSL color Cylindrical-coordinate representation of color #F88F7A: hue angle of 10º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F88F7A is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 143 | 122 | - |
| CMYK | 0 | 0.42 | 0.51 | 0.03 |
| HSL | 10º | 0.9% | 0.73% | - |
| HSV(B) | 10º | 0.51% | 0.97% | - |
| XYZ | 52.05 | 41.01 | 23.58 | - |
| YUV | 172 | 99.79 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 143 | 122 | 0 | 0.42 | 0.51 | 0.03 | 10 | 0.9 | 0.73 |
| Hex | F8 | 8F | 7A | 0 | 2A | 33 | 3 | A | 5A | 49 |
| Octal | 370 | 217 | 172 | 0 | 52 | 63 | 3 | 12 | 132 | 111 |
| Binary | 11111000 | 10001111 | 1111010 | 0 | 101010 | 110011 | 11 | 1010 | 1011010 | 1001001 |
Color Harmonies of #F88F7A
Complementary color
Monochromatic Colors of #F88F7A
Black with #F88F7A
Text Example
Text Example
White with #F88F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F88F7A; }
p { color: rgb(248,143,122); }
H1.HeaderClassName
{
color: #F88F7A;
}
.AnyTagClassName
{
color: #F88F7A;
}
</style>
background-color css
<style>
a { background-color: #F88F7A; }
a { background-color: rgb(248,143,122); }
div.DivClassName
{
background-color: #F88F7A;
}
.BgClassName
{
background-color: #F88F7A;
}
</style>
border-color css
<style>
span { border-color: #F88F7A; }
span { border-color: rgb(248,143,122); }
td.TdClassName
{
border-color: #F88F7A;
}
.TagClassName
{
border-color: #F88F7A;
}
</style>