Shades of Scarlet #F73001
Tints of Scarlet #F73001
RGB
CMYK
RGB Variations
Color information
#F73001 (or 0xF73001) is known color: Scarlet. HEX triplet: F7, 30 and 01. RGB value is (247,48,1). Sum of RGB (Red+Green+Blue) = 247+48+1=296 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.45% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 1 (0.78% from 255 or 0.34% from 296); Max value from RGB is 247 - color contains mainly: red. Hex color #F73001 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73001 is #08CFFE. Grayscale: #666666. Windows color (decimal): -577535 or 78071. OLE color: 78071.
HSL color Cylindrical-coordinate representation of color #F73001: hue angle of 11.46º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F73001 is Cyan = 0, Magento = 0.81, Yellow = 1.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 48 | 1 | - |
| CMYK | 0 | 0.81 | 1.00 | 0.03 |
| HSL | 11.46º | 0.99% | 0.49% | - |
| HSV(B) | 11.46º | 1% | 0.97% | - |
| XYZ | 39.42 | 21.89 | 2.18 | - |
| YUV | 102.14 | 70.93 | 231.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 48 | 1 | 0 | 0.81 | 1.00 | 0.03 | 11.46 | 0.99 | 0.49 |
| Hex | F7 | 30 | 1 | 0 | 51 | 64 | 3 | B | 63 | 31 |
| Octal | 367 | 60 | 1 | 0 | 121 | 144 | 3 | 13 | 143 | 61 |
| Binary | 11110111 | 110000 | 1 | 0 | 1010001 | 1100100 | 11 | 1011 | 1100011 | 110001 |
Color Harmonies of #F73001
Complementary color
Monochromatic Colors of #F73001
Black with #F73001
Text Example
Text Example
White with #F73001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73001; }
p { color: rgb(247,48,1); }
H1.HeaderClassName
{
color: #F73001;
}
.AnyTagClassName
{
color: #F73001;
}
</style>
background-color css
<style>
a { background-color: #F73001; }
a { background-color: rgb(247,48,1); }
div.DivClassName
{
background-color: #F73001;
}
.BgClassName
{
background-color: #F73001;
}
</style>
border-color css
<style>
span { border-color: #F73001; }
span { border-color: rgb(247,48,1); }
td.TdClassName
{
border-color: #F73001;
}
.TagClassName
{
border-color: #F73001;
}
</style>