Shades of Scarlet #F73105
Tints of Scarlet #F73105
RGB
CMYK
RGB Variations
Color information
#F73105 (or 0xF73105) is known color: Scarlet. HEX triplet: F7, 31 and 05. RGB value is (247,49,5). Sum of RGB (Red+Green+Blue) = 247+49+5=301 (39% of max value = 765). Red value is 247 (96.88% from 255 or 82.06% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 247 - color contains mainly: red. Hex color #F73105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73105 is #08CEFA. Grayscale: #676767. Windows color (decimal): -577275 or 340471. OLE color: 340471.
HSL color Cylindrical-coordinate representation of color #F73105: hue angle of 10.91º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F73105 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 49 | 5 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.03 |
| HSL | 10.91º | 0.96% | 0.49% | - |
| HSV(B) | 10.91º | 0.98% | 0.97% | - |
| XYZ | 39.48 | 21.98 | 2.31 | - |
| YUV | 103.19 | 72.6 | 230.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 49 | 5 | 0 | 0.80 | 0.98 | 0.03 | 10.91 | 0.96 | 0.49 |
| Hex | F7 | 31 | 5 | 0 | 50 | 62 | 3 | B | 60 | 31 |
| Octal | 367 | 61 | 5 | 0 | 120 | 142 | 3 | 13 | 140 | 61 |
| Binary | 11110111 | 110001 | 101 | 0 | 1010000 | 1100010 | 11 | 1011 | 1100000 | 110001 |
Color Harmonies of #F73105
Complementary color
Monochromatic Colors of #F73105
Black with #F73105
Text Example
Text Example
White with #F73105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73105; }
p { color: rgb(247,49,5); }
H1.HeaderClassName
{
color: #F73105;
}
.AnyTagClassName
{
color: #F73105;
}
</style>
background-color css
<style>
a { background-color: #F73105; }
a { background-color: rgb(247,49,5); }
div.DivClassName
{
background-color: #F73105;
}
.BgClassName
{
background-color: #F73105;
}
</style>
border-color css
<style>
span { border-color: #F73105; }
span { border-color: rgb(247,49,5); }
td.TdClassName
{
border-color: #F73105;
}
.TagClassName
{
border-color: #F73105;
}
</style>