Shades of Scarlet #F81A0A
Tints of Scarlet #F81A0A
RGB
CMYK
RGB Variations
Color information
#F81A0A (or 0xF81A0A) is known color: Scarlet. HEX triplet: F8, 1A and 0A. RGB value is (248,26,10). Sum of RGB (Red+Green+Blue) = 248+26+10=284 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.32% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 10 (4.30% from 255 or 3.52% from 284); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81A0A is #07E5F5. Grayscale: #5A5A5A. Windows color (decimal): -517622 or 662264. OLE color: 662264.
HSL color Cylindrical-coordinate representation of color #F81A0A: hue angle of 4.03º 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 #F81A0A is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 10 | - |
| CMYK | 0 | 0.90 | 0.96 | 0.03 |
| HSL | 4.03º | 0.94% | 0.51% | - |
| HSV(B) | 4.03º | 0.96% | 0.97% | - |
| XYZ | 39.14 | 20.72 | 2.22 | - |
| YUV | 90.55 | 82.55 | 240.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 10 | 0 | 0.90 | 0.96 | 0.03 | 4.03 | 0.94 | 0.51 |
| Hex | F8 | 1A | A | 0 | 5A | 60 | 3 | 4 | 5E | 33 |
| Octal | 370 | 32 | 12 | 0 | 132 | 140 | 3 | 4 | 136 | 63 |
| Binary | 11111000 | 11010 | 1010 | 0 | 1011010 | 1100000 | 11 | 100 | 1011110 | 110011 |
Color Harmonies of #F81A0A
Complementary color
Monochromatic Colors of #F81A0A
Black with #F81A0A
Text Example
Text Example
White with #F81A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81A0A; }
p { color: rgb(248,26,10); }
H1.HeaderClassName
{
color: #F81A0A;
}
.AnyTagClassName
{
color: #F81A0A;
}
</style>
background-color css
<style>
a { background-color: #F81A0A; }
a { background-color: rgb(248,26,10); }
div.DivClassName
{
background-color: #F81A0A;
}
.BgClassName
{
background-color: #F81A0A;
}
</style>
border-color css
<style>
span { border-color: #F81A0A; }
span { border-color: rgb(248,26,10); }
td.TdClassName
{
border-color: #F81A0A;
}
.TagClassName
{
border-color: #F81A0A;
}
</style>