Shades of Scarlet #F0260A
Tints of Scarlet #F0260A
RGB
CMYK
RGB Variations
Color information
#F0260A (or 0xF0260A) is known color: Scarlet. HEX triplet: F0, 26 and 0A. RGB value is (240,38,10). Sum of RGB (Red+Green+Blue) = 240+38+10=288 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.33% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 10 (4.30% from 255 or 3.47% from 288); Max value from RGB is 240 - color contains mainly: red. Hex color #F0260A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0260A is #0FD9F5. Grayscale: #5F5F5F. Windows color (decimal): -1038838 or 665328. OLE color: 665328.
HSL color Cylindrical-coordinate representation of color #F0260A: hue angle of 7.3º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F0260A is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 38 | 10 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.06 |
| HSL | 7.3º | 0.92% | 0.49% | - |
| HSV(B) | 7.3º | 0.96% | 0.94% | - |
| XYZ | 36.68 | 19.93 | 2.2 | - |
| YUV | 95.21 | 79.92 | 231.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 38 | 10 | 0 | 0.84 | 0.96 | 0.06 | 7.3 | 0.92 | 0.49 |
| Hex | F0 | 26 | A | 0 | 54 | 60 | 6 | 7 | 5C | 31 |
| Octal | 360 | 46 | 12 | 0 | 124 | 140 | 6 | 7 | 134 | 61 |
| Binary | 11110000 | 100110 | 1010 | 0 | 1010100 | 1100000 | 110 | 111 | 1011100 | 110001 |
Color Harmonies of #F0260A
Complementary color
Monochromatic Colors of #F0260A
Black with #F0260A
Text Example
Text Example
White with #F0260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0260A; }
p { color: rgb(240,38,10); }
H1.HeaderClassName
{
color: #F0260A;
}
.AnyTagClassName
{
color: #F0260A;
}
</style>
background-color css
<style>
a { background-color: #F0260A; }
a { background-color: rgb(240,38,10); }
div.DivClassName
{
background-color: #F0260A;
}
.BgClassName
{
background-color: #F0260A;
}
</style>
border-color css
<style>
span { border-color: #F0260A; }
span { border-color: rgb(240,38,10); }
td.TdClassName
{
border-color: #F0260A;
}
.TagClassName
{
border-color: #F0260A;
}
</style>