Shades of Scarlet #F5260F
Tints of Scarlet #F5260F
RGB
CMYK
RGB Variations
Color information
#F5260F (or 0xF5260F) is known color: Scarlet. HEX triplet: F5, 26 and 0F. RGB value is (245,38,15). Sum of RGB (Red+Green+Blue) = 245+38+15=298 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.21% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 245 - color contains mainly: red. Hex color #F5260F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5260F is #0AD9F0. Grayscale: #616161. Windows color (decimal): -711153 or 993013. OLE color: 993013.
HSL color Cylindrical-coordinate representation of color #F5260F: hue angle of 6º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F5260F is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 15 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.04 |
| HSL | 6º | 0.92% | 0.51% | - |
| HSV(B) | 6º | 0.94% | 0.96% | - |
| XYZ | 38.44 | 20.83 | 2.45 | - |
| YUV | 97.27 | 81.58 | 233.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 15 | 0 | 0.84 | 0.94 | 0.04 | 6 | 0.92 | 0.51 |
| Hex | F5 | 26 | F | 0 | 54 | 5E | 4 | 6 | 5C | 33 |
| Octal | 365 | 46 | 17 | 0 | 124 | 136 | 4 | 6 | 134 | 63 |
| Binary | 11110101 | 100110 | 1111 | 0 | 1010100 | 1011110 | 100 | 110 | 1011100 | 110011 |
Color Harmonies of #F5260F
Complementary color
Monochromatic Colors of #F5260F
Black with #F5260F
Text Example
Text Example
White with #F5260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5260F; }
p { color: rgb(245,38,15); }
H1.HeaderClassName
{
color: #F5260F;
}
.AnyTagClassName
{
color: #F5260F;
}
</style>
background-color css
<style>
a { background-color: #F5260F; }
a { background-color: rgb(245,38,15); }
div.DivClassName
{
background-color: #F5260F;
}
.BgClassName
{
background-color: #F5260F;
}
</style>
border-color css
<style>
span { border-color: #F5260F; }
span { border-color: rgb(245,38,15); }
td.TdClassName
{
border-color: #F5260F;
}
.TagClassName
{
border-color: #F5260F;
}
</style>