Shades of Scarlet #F03100
Tints of Scarlet #F03100
RGB
CMYK
RGB Variations
Color information
#F03100 (or 0xF03100) is known color: Scarlet. HEX triplet: F0, 31 and 00. RGB value is (240,49,0). Sum of RGB (Red+Green+Blue) = 240+49+0=289 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.04% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 240 - color contains mainly: red. Hex color #F03100 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03100 is #0FCEFF. Grayscale: #646464. Windows color (decimal): -1036032 or 12784. OLE color: 12784.
HSL color Cylindrical-coordinate representation of color #F03100: hue angle of 12.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F03100 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 0 | - |
| CMYK | 0 | 0.80 | 1 | 0.06 |
| HSL | 12.25º | 1% | 0.47% | - |
| HSV(B) | 12.25º | 1% | 0.94% | - |
| XYZ | 37.03 | 20.72 | 2.05 | - |
| YUV | 100.52 | 71.28 | 227.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 0 | 0 | 0.80 | 1 | 0.06 | 12.25 | 1 | 0.47 |
| Hex | F0 | 31 | 0 | 0 | 50 | 64 | 6 | C | 64 | 2F |
| Octal | 360 | 61 | 0 | 0 | 120 | 144 | 6 | 14 | 144 | 57 |
| Binary | 11110000 | 110001 | 0 | 0 | 1010000 | 1100100 | 110 | 1100 | 1100100 | 101111 |
Color Harmonies of #F03100
Complementary color
Monochromatic Colors of #F03100
Black with #F03100
Text Example
Text Example
White with #F03100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03100; }
p { color: rgb(240,49,0); }
H1.HeaderClassName
{
color: #F03100;
}
.AnyTagClassName
{
color: #F03100;
}
</style>
background-color css
<style>
a { background-color: #F03100; }
a { background-color: rgb(240,49,0); }
div.DivClassName
{
background-color: #F03100;
}
.BgClassName
{
background-color: #F03100;
}
</style>
border-color css
<style>
span { border-color: #F03100; }
span { border-color: rgb(240,49,0); }
td.TdClassName
{
border-color: #F03100;
}
.TagClassName
{
border-color: #F03100;
}
</style>