Shades of Vivid Tangerine #F58F7D
Tints of Vivid Tangerine #F58F7D
RGB
CMYK
RGB Variations
Color information
#F58F7D (or 0xF58F7D) is known color: Vivid Tangerine. HEX triplet: F5, 8F and 7D. RGB value is (245,143,125). Sum of RGB (Red+Green+Blue) = 245+143+125=513 (67% of max value = 765). Red value is 245 (96.09% from 255 or 47.76% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58F7D is #0A7082. Grayscale: #ABABAB. Windows color (decimal): -684163 or 8228853. OLE color: 8228853.
HSL color Cylindrical-coordinate representation of color #F58F7D: hue angle of 9º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F58F7D is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 125 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.04 |
| HSL | 9º | 0.86% | 0.73% | - |
| HSV(B) | 9º | 0.49% | 0.96% | - |
| XYZ | 51.18 | 40.54 | 24.53 | - |
| YUV | 171.45 | 101.79 | 180.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 125 | 0 | 0.42 | 0.49 | 0.04 | 9 | 0.86 | 0.73 |
| Hex | F5 | 8F | 7D | 0 | 2A | 31 | 4 | 9 | 56 | 49 |
| Octal | 365 | 217 | 175 | 0 | 52 | 61 | 4 | 11 | 126 | 111 |
| Binary | 11110101 | 10001111 | 1111101 | 0 | 101010 | 110001 | 100 | 1001 | 1010110 | 1001001 |
Color Harmonies of #F58F7D
Complementary color
Monochromatic Colors of #F58F7D
Black with #F58F7D
Text Example
Text Example
White with #F58F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58F7D; }
p { color: rgb(245,143,125); }
H1.HeaderClassName
{
color: #F58F7D;
}
.AnyTagClassName
{
color: #F58F7D;
}
</style>
background-color css
<style>
a { background-color: #F58F7D; }
a { background-color: rgb(245,143,125); }
div.DivClassName
{
background-color: #F58F7D;
}
.BgClassName
{
background-color: #F58F7D;
}
</style>
border-color css
<style>
span { border-color: #F58F7D; }
span { border-color: rgb(245,143,125); }
td.TdClassName
{
border-color: #F58F7D;
}
.TagClassName
{
border-color: #F58F7D;
}
</style>