Shades of Scarlet #F81306
Tints of Scarlet #F81306
RGB
CMYK
RGB Variations
Color information
#F81306 (or 0xF81306) is known color: Scarlet. HEX triplet: F8, 13 and 06. RGB value is (248,19,6). Sum of RGB (Red+Green+Blue) = 248+19+6=273 (36% of max value = 765). Red value is 248 (97.27% from 255 or 90.84% from 273); Green value is 19 (7.81% from 255 or 6.96% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 248 - color contains mainly: red. Hex color #F81306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F81306 is #07ECF9. Grayscale: #565656. Windows color (decimal): -519418 or 398328. OLE color: 398328.
HSL color Cylindrical-coordinate representation of color #F81306: hue angle of 3.22º degrees, saturation: 0.95, 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 #F81306 is Cyan = 0, Magento = 0.92, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 19 | 6 | - |
| CMYK | 0 | 0.92 | 0.98 | 0.03 |
| HSL | 3.22º | 0.95% | 0.5% | - |
| HSV(B) | 3.22º | 0.98% | 0.97% | - |
| XYZ | 38.98 | 20.44 | 2.06 | - |
| YUV | 85.99 | 82.87 | 243.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 19 | 6 | 0 | 0.92 | 0.98 | 0.03 | 3.22 | 0.95 | 0.5 |
| Hex | F8 | 13 | 6 | 0 | 5C | 62 | 3 | 3 | 5F | 32 |
| Octal | 370 | 23 | 6 | 0 | 134 | 142 | 3 | 3 | 137 | 62 |
| Binary | 11111000 | 10011 | 110 | 0 | 1011100 | 1100010 | 11 | 11 | 1011111 | 110010 |
Color Harmonies of #F81306
Complementary color
Monochromatic Colors of #F81306
Black with #F81306
Text Example
Text Example
White with #F81306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81306; }
p { color: rgb(248,19,6); }
H1.HeaderClassName
{
color: #F81306;
}
.AnyTagClassName
{
color: #F81306;
}
</style>
background-color css
<style>
a { background-color: #F81306; }
a { background-color: rgb(248,19,6); }
div.DivClassName
{
background-color: #F81306;
}
.BgClassName
{
background-color: #F81306;
}
</style>
border-color css
<style>
span { border-color: #F81306; }
span { border-color: rgb(248,19,6); }
td.TdClassName
{
border-color: #F81306;
}
.TagClassName
{
border-color: #F81306;
}
</style>