Shades of Scarlet #F83105
Tints of Scarlet #F83105
RGB
CMYK
RGB Variations
Color information
#F83105 (or 0xF83105) is known color: Scarlet. HEX triplet: F8, 31 and 05. RGB value is (248,49,5). Sum of RGB (Red+Green+Blue) = 248+49+5=302 (40% of max value = 765). Red value is 248 (97.27% from 255 or 82.12% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 248 - color contains mainly: red. Hex color #F83105 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F83105 is #07CEFA. Grayscale: #676767. Windows color (decimal): -511739 or 340472. OLE color: 340472.
HSL color Cylindrical-coordinate representation of color #F83105: hue angle of 10.86º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F83105 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 49 | 5 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.03 |
| HSL | 10.86º | 0.96% | 0.5% | - |
| HSV(B) | 10.86º | 0.98% | 0.97% | - |
| XYZ | 39.84 | 22.16 | 2.32 | - |
| YUV | 103.49 | 72.43 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 49 | 5 | 0 | 0.80 | 0.98 | 0.03 | 10.86 | 0.96 | 0.5 |
| Hex | F8 | 31 | 5 | 0 | 50 | 62 | 3 | B | 60 | 32 |
| Octal | 370 | 61 | 5 | 0 | 120 | 142 | 3 | 13 | 140 | 62 |
| Binary | 11111000 | 110001 | 101 | 0 | 1010000 | 1100010 | 11 | 1011 | 1100000 | 110010 |
Color Harmonies of #F83105
Complementary color
Monochromatic Colors of #F83105
Black with #F83105
Text Example
Text Example
White with #F83105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F83105; }
p { color: rgb(248,49,5); }
H1.HeaderClassName
{
color: #F83105;
}
.AnyTagClassName
{
color: #F83105;
}
</style>
background-color css
<style>
a { background-color: #F83105; }
a { background-color: rgb(248,49,5); }
div.DivClassName
{
background-color: #F83105;
}
.BgClassName
{
background-color: #F83105;
}
</style>
border-color css
<style>
span { border-color: #F83105; }
span { border-color: rgb(248,49,5); }
td.TdClassName
{
border-color: #F83105;
}
.TagClassName
{
border-color: #F83105;
}
</style>