Shades of Scarlet #F1260F
Tints of Scarlet #F1260F
RGB
CMYK
RGB Variations
Color information
#F1260F (or 0xF1260F) is known color: Scarlet. HEX triplet: F1, 26 and 0F. RGB value is (241,38,15). Sum of RGB (Red+Green+Blue) = 241+38+15=294 (38% of max value = 765). Red value is 241 (94.53% from 255 or 81.97% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 15 (6.25% from 255 or 5.10% from 294); Max value from RGB is 241 - color contains mainly: red. Hex color #F1260F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F1260F is #0ED9F0. Grayscale: #606060. Windows color (decimal): -973297 or 993009. OLE color: 993009.
HSL color Cylindrical-coordinate representation of color #F1260F: hue angle of 6.11º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F1260F is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 38 | 15 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.05 |
| HSL | 6.11º | 0.89% | 0.5% | - |
| HSV(B) | 6.11º | 0.94% | 0.95% | - |
| XYZ | 37.05 | 20.12 | 2.38 | - |
| YUV | 96.08 | 82.25 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 38 | 15 | 0 | 0.84 | 0.94 | 0.05 | 6.11 | 0.89 | 0.5 |
| Hex | F1 | 26 | F | 0 | 54 | 5E | 5 | 6 | 59 | 32 |
| Octal | 361 | 46 | 17 | 0 | 124 | 136 | 5 | 6 | 131 | 62 |
| Binary | 11110001 | 100110 | 1111 | 0 | 1010100 | 1011110 | 101 | 110 | 1011001 | 110010 |
Color Harmonies of #F1260F
Complementary color
Monochromatic Colors of #F1260F
Black with #F1260F
Text Example
Text Example
White with #F1260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1260F; }
p { color: rgb(241,38,15); }
H1.HeaderClassName
{
color: #F1260F;
}
.AnyTagClassName
{
color: #F1260F;
}
</style>
background-color css
<style>
a { background-color: #F1260F; }
a { background-color: rgb(241,38,15); }
div.DivClassName
{
background-color: #F1260F;
}
.BgClassName
{
background-color: #F1260F;
}
</style>
border-color css
<style>
span { border-color: #F1260F; }
span { border-color: rgb(241,38,15); }
td.TdClassName
{
border-color: #F1260F;
}
.TagClassName
{
border-color: #F1260F;
}
</style>