Shades of Scarlet #F03105
Tints of Scarlet #F03105
RGB
CMYK
RGB Variations
Color information
#F03105 (or 0xF03105) is known color: Scarlet. HEX triplet: F0, 31 and 05. RGB value is (240,49,5). Sum of RGB (Red+Green+Blue) = 240+49+5=294 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.63% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 5 (2.34% from 255 or 1.70% from 294); Max value from RGB is 240 - color contains mainly: red. Hex color #F03105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03105 is #0FCEFA. Grayscale: #656565. Windows color (decimal): -1036027 or 340464. OLE color: 340464.
HSL color Cylindrical-coordinate representation of color #F03105: hue angle of 11.23º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F03105 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 49 | 5 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.06 |
| HSL | 11.23º | 0.96% | 0.48% | - |
| HSV(B) | 11.23º | 0.98% | 0.94% | - |
| XYZ | 37.06 | 20.73 | 2.19 | - |
| YUV | 101.09 | 73.78 | 227.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 49 | 5 | 0 | 0.80 | 0.98 | 0.06 | 11.23 | 0.96 | 0.48 |
| Hex | F0 | 31 | 5 | 0 | 50 | 62 | 6 | B | 60 | 30 |
| Octal | 360 | 61 | 5 | 0 | 120 | 142 | 6 | 13 | 140 | 60 |
| Binary | 11110000 | 110001 | 101 | 0 | 1010000 | 1100010 | 110 | 1011 | 1100000 | 110000 |
Color Harmonies of #F03105
Complementary color
Monochromatic Colors of #F03105
Black with #F03105
Text Example
Text Example
White with #F03105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03105; }
p { color: rgb(240,49,5); }
H1.HeaderClassName
{
color: #F03105;
}
.AnyTagClassName
{
color: #F03105;
}
</style>
background-color css
<style>
a { background-color: #F03105; }
a { background-color: rgb(240,49,5); }
div.DivClassName
{
background-color: #F03105;
}
.BgClassName
{
background-color: #F03105;
}
</style>
border-color css
<style>
span { border-color: #F03105; }
span { border-color: rgb(240,49,5); }
td.TdClassName
{
border-color: #F03105;
}
.TagClassName
{
border-color: #F03105;
}
</style>