Shades of Scarlet #F0260B
Tints of Scarlet #F0260B
RGB
CMYK
RGB Variations
Color information
#F0260B (or 0xF0260B) is known color: Scarlet. HEX triplet: F0, 26 and 0B. RGB value is (240,38,11). Sum of RGB (Red+Green+Blue) = 240+38+11=289 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.04% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 11 (4.69% from 255 or 3.81% from 289); Max value from RGB is 240 - color contains mainly: red. Hex color #F0260B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F0260B is #0FD9F4. Grayscale: #5F5F5F. Windows color (decimal): -1038837 or 730864. OLE color: 730864.
HSL color Cylindrical-coordinate representation of color #F0260B: hue angle of 7.07º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F0260B is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 38 | 11 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.06 |
| HSL | 7.07º | 0.91% | 0.49% | - |
| HSV(B) | 7.07º | 0.95% | 0.94% | - |
| XYZ | 36.69 | 19.94 | 2.23 | - |
| YUV | 95.32 | 80.42 | 231.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 38 | 11 | 0 | 0.84 | 0.95 | 0.06 | 7.07 | 0.91 | 0.49 |
| Hex | F0 | 26 | B | 0 | 54 | 5F | 6 | 7 | 5B | 31 |
| Octal | 360 | 46 | 13 | 0 | 124 | 137 | 6 | 7 | 133 | 61 |
| Binary | 11110000 | 100110 | 1011 | 0 | 1010100 | 1011111 | 110 | 111 | 1011011 | 110001 |
Color Harmonies of #F0260B
Complementary color
Monochromatic Colors of #F0260B
Black with #F0260B
Text Example
Text Example
White with #F0260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0260B; }
p { color: rgb(240,38,11); }
H1.HeaderClassName
{
color: #F0260B;
}
.AnyTagClassName
{
color: #F0260B;
}
</style>
background-color css
<style>
a { background-color: #F0260B; }
a { background-color: rgb(240,38,11); }
div.DivClassName
{
background-color: #F0260B;
}
.BgClassName
{
background-color: #F0260B;
}
</style>
border-color css
<style>
span { border-color: #F0260B; }
span { border-color: rgb(240,38,11); }
td.TdClassName
{
border-color: #F0260B;
}
.TagClassName
{
border-color: #F0260B;
}
</style>