Shades of Scarlet #F12600
Tints of Scarlet #F12600
RGB
CMYK
RGB Variations
Color information
#F12600 (or 0xF12600) is known color: Scarlet. HEX triplet: F1, 26 and 00. RGB value is (241,38,0). Sum of RGB (Red+Green+Blue) = 241+38+0=279 (36% of max value = 765). Red value is 241 (94.53% from 255 or 86.38% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 241 - color contains mainly: red. Hex color #F12600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F12600 is #0ED9FF. Grayscale: #5E5E5E. Windows color (decimal): -973312 or 9969. OLE color: 9969.
HSL color Cylindrical-coordinate representation of color #F12600: hue angle of 9.46º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F12600 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 38 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.05 |
| HSL | 9.46º | 1% | 0.47% | - |
| HSV(B) | 9.46º | 1% | 0.95% | - |
| XYZ | 36.97 | 20.09 | 1.93 | - |
| YUV | 94.37 | 74.75 | 232.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 38 | 0 | 0 | 0.84 | 1 | 0.05 | 9.46 | 1 | 0.47 |
| Hex | F1 | 26 | 0 | 0 | 54 | 64 | 5 | 9 | 64 | 2F |
| Octal | 361 | 46 | 0 | 0 | 124 | 144 | 5 | 11 | 144 | 57 |
| Binary | 11110001 | 100110 | 0 | 0 | 1010100 | 1100100 | 101 | 1001 | 1100100 | 101111 |
Color Harmonies of #F12600
Complementary color
Monochromatic Colors of #F12600
Black with #F12600
Text Example
Text Example
White with #F12600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F12600; }
p { color: rgb(241,38,0); }
H1.HeaderClassName
{
color: #F12600;
}
.AnyTagClassName
{
color: #F12600;
}
</style>
background-color css
<style>
a { background-color: #F12600; }
a { background-color: rgb(241,38,0); }
div.DivClassName
{
background-color: #F12600;
}
.BgClassName
{
background-color: #F12600;
}
</style>
border-color css
<style>
span { border-color: #F12600; }
span { border-color: rgb(241,38,0); }
td.TdClassName
{
border-color: #F12600;
}
.TagClassName
{
border-color: #F12600;
}
</style>