Shades of Scarlet #F73102
Tints of Scarlet #F73102
RGB
CMYK
RGB Variations
Color information
#F73102 (or 0xF73102) is known color: Scarlet. HEX triplet: F7, 31 and 02. RGB value is (247,49,2). Sum of RGB (Red+Green+Blue) = 247+49+2=298 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.89% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 2 (1.17% from 255 or 0.67% from 298); Max value from RGB is 247 - color contains mainly: red. Hex color #F73102 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73102 is #08CEFD. Grayscale: #676767. Windows color (decimal): -577278 or 143863. OLE color: 143863.
HSL color Cylindrical-coordinate representation of color #F73102: hue angle of 11.51º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F73102 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.03 |
| HSL | 11.51º | 0.98% | 0.49% | - |
| HSV(B) | 11.51º | 0.99% | 0.97% | - |
| XYZ | 39.47 | 21.98 | 2.22 | - |
| YUV | 102.84 | 71.1 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 2 | 0 | 0.80 | 0.99 | 0.03 | 11.51 | 0.98 | 0.49 |
| Hex | F7 | 31 | 2 | 0 | 50 | 63 | 3 | C | 62 | 31 |
| Octal | 367 | 61 | 2 | 0 | 120 | 143 | 3 | 14 | 142 | 61 |
| Binary | 11110111 | 110001 | 10 | 0 | 1010000 | 1100011 | 11 | 1100 | 1100010 | 110001 |
Color Harmonies of #F73102
Complementary color
Monochromatic Colors of #F73102
Black with #F73102
Text Example
Text Example
White with #F73102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73102; }
p { color: rgb(247,49,2); }
H1.HeaderClassName
{
color: #F73102;
}
.AnyTagClassName
{
color: #F73102;
}
</style>
background-color css
<style>
a { background-color: #F73102; }
a { background-color: rgb(247,49,2); }
div.DivClassName
{
background-color: #F73102;
}
.BgClassName
{
background-color: #F73102;
}
</style>
border-color css
<style>
span { border-color: #F73102; }
span { border-color: rgb(247,49,2); }
td.TdClassName
{
border-color: #F73102;
}
.TagClassName
{
border-color: #F73102;
}
</style>