Shades of Scarlet #F93100
Tints of Scarlet #F93100
RGB
CMYK
RGB Variations
Color information
#F93100 (or 0xF93100) is known color: Scarlet. HEX triplet: F9, 31 and 00. RGB value is (249,49,0). Sum of RGB (Red+Green+Blue) = 249+49+0=298 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.56% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 249 - color contains mainly: red. Hex color #F93100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93100 is #06CEFF. Grayscale: #676767. Windows color (decimal): -446208 or 12793. OLE color: 12793.
HSL color Cylindrical-coordinate representation of color #F93100: hue angle of 11.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F93100 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 49 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.02 |
| HSL | 11.81º | 1% | 0.49% | - |
| HSV(B) | 11.81º | 1% | 0.98% | - |
| XYZ | 40.17 | 22.34 | 2.19 | - |
| YUV | 103.21 | 69.76 | 231.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 49 | 0 | 0 | 0.80 | 1 | 0.02 | 11.81 | 1 | 0.49 |
| Hex | F9 | 31 | 0 | 0 | 50 | 64 | 2 | C | 64 | 31 |
| Octal | 371 | 61 | 0 | 0 | 120 | 144 | 2 | 14 | 144 | 61 |
| Binary | 11111001 | 110001 | 0 | 0 | 1010000 | 1100100 | 10 | 1100 | 1100100 | 110001 |
Color Harmonies of #F93100
Complementary color
Monochromatic Colors of #F93100
Black with #F93100
Text Example
Text Example
White with #F93100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93100; }
p { color: rgb(249,49,0); }
H1.HeaderClassName
{
color: #F93100;
}
.AnyTagClassName
{
color: #F93100;
}
</style>
background-color css
<style>
a { background-color: #F93100; }
a { background-color: rgb(249,49,0); }
div.DivClassName
{
background-color: #F93100;
}
.BgClassName
{
background-color: #F93100;
}
</style>
border-color css
<style>
span { border-color: #F93100; }
span { border-color: rgb(249,49,0); }
td.TdClassName
{
border-color: #F93100;
}
.TagClassName
{
border-color: #F93100;
}
</style>