Shades of Scarlet #F81A07
Tints of Scarlet #F81A07
RGB
CMYK
RGB Variations
Color information
#F81A07 (or 0xF81A07) is known color: Scarlet. HEX triplet: F8, 1A and 07. RGB value is (248,26,7). Sum of RGB (Red+Green+Blue) = 248+26+7=281 (37% of max value = 765). Red value is 248 (97.27% from 255 or 88.26% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81A07 is #07E5F8. Grayscale: #5A5A5A. Windows color (decimal): -517625 or 465656. OLE color: 465656.
HSL color Cylindrical-coordinate representation of color #F81A07: hue angle of 4.73º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F81A07 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 7 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.03 |
| HSL | 4.73º | 0.95% | 0.5% | - |
| HSV(B) | 4.73º | 0.97% | 0.97% | - |
| XYZ | 39.12 | 20.71 | 2.14 | - |
| YUV | 90.21 | 81.05 | 240.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 7 | 0 | 0.90 | 0.97 | 0.03 | 4.73 | 0.95 | 0.5 |
| Hex | F8 | 1A | 7 | 0 | 5A | 61 | 3 | 5 | 5F | 32 |
| Octal | 370 | 32 | 7 | 0 | 132 | 141 | 3 | 5 | 137 | 62 |
| Binary | 11111000 | 11010 | 111 | 0 | 1011010 | 1100001 | 11 | 101 | 1011111 | 110010 |
Color Harmonies of #F81A07
Complementary color
Monochromatic Colors of #F81A07
Black with #F81A07
Text Example
Text Example
White with #F81A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81A07; }
p { color: rgb(248,26,7); }
H1.HeaderClassName
{
color: #F81A07;
}
.AnyTagClassName
{
color: #F81A07;
}
</style>
background-color css
<style>
a { background-color: #F81A07; }
a { background-color: rgb(248,26,7); }
div.DivClassName
{
background-color: #F81A07;
}
.BgClassName
{
background-color: #F81A07;
}
</style>
border-color css
<style>
span { border-color: #F81A07; }
span { border-color: rgb(248,26,7); }
td.TdClassName
{
border-color: #F81A07;
}
.TagClassName
{
border-color: #F81A07;
}
</style>