Shades of Scarlet #F72905
Tints of Scarlet #F72905
RGB
CMYK
RGB Variations
Color information
#F72905 (or 0xF72905) is known color: Scarlet. HEX triplet: F7, 29 and 05. RGB value is (247,41,5). Sum of RGB (Red+Green+Blue) = 247+41+5=293 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.30% from 293); Green value is 41 (16.41% from 255 or 13.99% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 247 - color contains mainly: red. Hex color #F72905 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F72905 is #08D6FA. Grayscale: #626262. Windows color (decimal): -579323 or 338423. OLE color: 338423.
HSL color Cylindrical-coordinate representation of color #F72905: hue angle of 8.93º 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 #F72905 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 41 | 5 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.03 |
| HSL | 8.93º | 0.96% | 0.49% | - |
| HSV(B) | 8.93º | 0.98% | 0.97% | - |
| XYZ | 39.18 | 21.37 | 2.2 | - |
| YUV | 98.49 | 75.25 | 233.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 41 | 5 | 0 | 0.83 | 0.98 | 0.03 | 8.93 | 0.96 | 0.49 |
| Hex | F7 | 29 | 5 | 0 | 53 | 62 | 3 | 9 | 60 | 31 |
| Octal | 367 | 51 | 5 | 0 | 123 | 142 | 3 | 11 | 140 | 61 |
| Binary | 11110111 | 101001 | 101 | 0 | 1010011 | 1100010 | 11 | 1001 | 1100000 | 110001 |
Color Harmonies of #F72905
Complementary color
Monochromatic Colors of #F72905
Black with #F72905
Text Example
Text Example
White with #F72905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72905; }
p { color: rgb(247,41,5); }
H1.HeaderClassName
{
color: #F72905;
}
.AnyTagClassName
{
color: #F72905;
}
</style>
background-color css
<style>
a { background-color: #F72905; }
a { background-color: rgb(247,41,5); }
div.DivClassName
{
background-color: #F72905;
}
.BgClassName
{
background-color: #F72905;
}
</style>
border-color css
<style>
span { border-color: #F72905; }
span { border-color: rgb(247,41,5); }
td.TdClassName
{
border-color: #F72905;
}
.TagClassName
{
border-color: #F72905;
}
</style>