Shades of Scarlet #F93405
Tints of Scarlet #F93405
RGB
CMYK
RGB Variations
Color information
#F93405 (or 0xF93405) is known color: Scarlet. HEX triplet: F9, 34 and 05. RGB value is (249,52,5). Sum of RGB (Red+Green+Blue) = 249+52+5=306 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.37% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 249 - color contains mainly: red. Hex color #F93405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93405 is #06CBFA. Grayscale: #696969. Windows color (decimal): -445435 or 341241. OLE color: 341241.
HSL color Cylindrical-coordinate representation of color #F93405: hue angle of 11.56º degrees, saturation: 0.96, 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 #F93405 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 5 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.02 |
| HSL | 11.56º | 0.96% | 0.5% | - |
| HSV(B) | 11.56º | 0.98% | 0.98% | - |
| XYZ | 40.32 | 22.61 | 2.38 | - |
| YUV | 105.55 | 71.27 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 5 | 0 | 0.79 | 0.98 | 0.02 | 11.56 | 0.96 | 0.5 |
| Hex | F9 | 34 | 5 | 0 | 4F | 62 | 2 | C | 60 | 32 |
| Octal | 371 | 64 | 5 | 0 | 117 | 142 | 2 | 14 | 140 | 62 |
| Binary | 11111001 | 110100 | 101 | 0 | 1001111 | 1100010 | 10 | 1100 | 1100000 | 110010 |
Color Harmonies of #F93405
Complementary color
Monochromatic Colors of #F93405
Black with #F93405
Text Example
Text Example
White with #F93405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93405; }
p { color: rgb(249,52,5); }
H1.HeaderClassName
{
color: #F93405;
}
.AnyTagClassName
{
color: #F93405;
}
</style>
background-color css
<style>
a { background-color: #F93405; }
a { background-color: rgb(249,52,5); }
div.DivClassName
{
background-color: #F93405;
}
.BgClassName
{
background-color: #F93405;
}
</style>
border-color css
<style>
span { border-color: #F93405; }
span { border-color: rgb(249,52,5); }
td.TdClassName
{
border-color: #F93405;
}
.TagClassName
{
border-color: #F93405;
}
</style>