Shades of Scarlet #F81C0A
Tints of Scarlet #F81C0A
RGB
CMYK
RGB Variations
Color information
#F81C0A (or 0xF81C0A) is known color: Scarlet. HEX triplet: F8, 1C and 0A. RGB value is (248,28,10). Sum of RGB (Red+Green+Blue) = 248+28+10=286 (37% of max value = 765). Red value is 248 (97.27% from 255 or 86.71% from 286); Green value is 28 (11.33% from 255 or 9.79% from 286); Blue value is 10 (4.30% from 255 or 3.50% from 286); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81C0A is #07E3F5. Grayscale: #5C5C5C. Windows color (decimal): -517110 or 662776. OLE color: 662776.
HSL color Cylindrical-coordinate representation of color #F81C0A: hue angle of 4.54º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F81C0A is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 10 | - |
| CMYK | 0 | 0.89 | 0.96 | 0.03 |
| HSL | 4.54º | 0.94% | 0.51% | - |
| HSV(B) | 4.54º | 0.96% | 0.97% | - |
| XYZ | 39.18 | 20.81 | 2.24 | - |
| YUV | 91.73 | 81.89 | 239.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 10 | 0 | 0.89 | 0.96 | 0.03 | 4.54 | 0.94 | 0.51 |
| Hex | F8 | 1C | A | 0 | 59 | 60 | 3 | 5 | 5E | 33 |
| Octal | 370 | 34 | 12 | 0 | 131 | 140 | 3 | 5 | 136 | 63 |
| Binary | 11111000 | 11100 | 1010 | 0 | 1011001 | 1100000 | 11 | 101 | 1011110 | 110011 |
Color Harmonies of #F81C0A
Complementary color
Monochromatic Colors of #F81C0A
Black with #F81C0A
Text Example
Text Example
White with #F81C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81C0A; }
p { color: rgb(248,28,10); }
H1.HeaderClassName
{
color: #F81C0A;
}
.AnyTagClassName
{
color: #F81C0A;
}
</style>
background-color css
<style>
a { background-color: #F81C0A; }
a { background-color: rgb(248,28,10); }
div.DivClassName
{
background-color: #F81C0A;
}
.BgClassName
{
background-color: #F81C0A;
}
</style>
border-color css
<style>
span { border-color: #F81C0A; }
span { border-color: rgb(248,28,10); }
td.TdClassName
{
border-color: #F81C0A;
}
.TagClassName
{
border-color: #F81C0A;
}
</style>