Shades of Scarlet #F93304
Tints of Scarlet #F93304
RGB
CMYK
RGB Variations
Color information
#F93304 (or 0xF93304) is known color: Scarlet. HEX triplet: F9, 33 and 04. RGB value is (249,51,4). Sum of RGB (Red+Green+Blue) = 249+51+4=304 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.91% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 4 (1.95% from 255 or 1.32% from 304); Max value from RGB is 249 - color contains mainly: red. Hex color #F93304 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93304 is #06CCFB. Grayscale: #696969. Windows color (decimal): -445692 or 275449. OLE color: 275449.
HSL color Cylindrical-coordinate representation of color #F93304: hue angle of 11.51º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F93304 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 51 | 4 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.02 |
| HSL | 11.51º | 0.97% | 0.5% | - |
| HSV(B) | 11.51º | 0.98% | 0.98% | - |
| XYZ | 40.27 | 22.52 | 2.34 | - |
| YUV | 104.84 | 71.1 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 51 | 4 | 0 | 0.80 | 0.98 | 0.02 | 11.51 | 0.97 | 0.5 |
| Hex | F9 | 33 | 4 | 0 | 50 | 62 | 2 | C | 61 | 32 |
| Octal | 371 | 63 | 4 | 0 | 120 | 142 | 2 | 14 | 141 | 62 |
| Binary | 11111001 | 110011 | 100 | 0 | 1010000 | 1100010 | 10 | 1100 | 1100001 | 110010 |
Color Harmonies of #F93304
Complementary color
Monochromatic Colors of #F93304
Black with #F93304
Text Example
Text Example
White with #F93304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93304; }
p { color: rgb(249,51,4); }
H1.HeaderClassName
{
color: #F93304;
}
.AnyTagClassName
{
color: #F93304;
}
</style>
background-color css
<style>
a { background-color: #F93304; }
a { background-color: rgb(249,51,4); }
div.DivClassName
{
background-color: #F93304;
}
.BgClassName
{
background-color: #F93304;
}
</style>
border-color css
<style>
span { border-color: #F93304; }
span { border-color: rgb(249,51,4); }
td.TdClassName
{
border-color: #F93304;
}
.TagClassName
{
border-color: #F93304;
}
</style>