Shades of Scarlet #F5260C
Tints of Scarlet #F5260C
RGB
CMYK
RGB Variations
Color information
#F5260C (or 0xF5260C) is known color: Scarlet. HEX triplet: F5, 26 and 0C. RGB value is (245,38,12). Sum of RGB (Red+Green+Blue) = 245+38+12=295 (39% of max value = 765). Red value is 245 (96.09% from 255 or 83.05% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 245 - color contains mainly: red. Hex color #F5260C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5260C is #0AD9F3. Grayscale: #616161. Windows color (decimal): -711156 or 796405. OLE color: 796405.
HSL color Cylindrical-coordinate representation of color #F5260C: hue angle of 6.7º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5260C is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 38 | 12 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.04 |
| HSL | 6.7º | 0.92% | 0.5% | - |
| HSV(B) | 6.7º | 0.95% | 0.96% | - |
| XYZ | 38.42 | 20.83 | 2.34 | - |
| YUV | 96.93 | 80.08 | 233.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 38 | 12 | 0 | 0.84 | 0.95 | 0.04 | 6.7 | 0.92 | 0.5 |
| Hex | F5 | 26 | C | 0 | 54 | 5F | 4 | 7 | 5C | 32 |
| Octal | 365 | 46 | 14 | 0 | 124 | 137 | 4 | 7 | 134 | 62 |
| Binary | 11110101 | 100110 | 1100 | 0 | 1010100 | 1011111 | 100 | 111 | 1011100 | 110010 |
Color Harmonies of #F5260C
Complementary color
Monochromatic Colors of #F5260C
Black with #F5260C
Text Example
Text Example
White with #F5260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5260C; }
p { color: rgb(245,38,12); }
H1.HeaderClassName
{
color: #F5260C;
}
.AnyTagClassName
{
color: #F5260C;
}
</style>
background-color css
<style>
a { background-color: #F5260C; }
a { background-color: rgb(245,38,12); }
div.DivClassName
{
background-color: #F5260C;
}
.BgClassName
{
background-color: #F5260C;
}
</style>
border-color css
<style>
span { border-color: #F5260C; }
span { border-color: rgb(245,38,12); }
td.TdClassName
{
border-color: #F5260C;
}
.TagClassName
{
border-color: #F5260C;
}
</style>