Shades of Scarlet #F81F09
Tints of Scarlet #F81F09
RGB
CMYK
RGB Variations
Color information
#F81F09 (or 0xF81F09) is known color: Scarlet. HEX triplet: F8, 1F and 09. RGB value is (248,31,9). Sum of RGB (Red+Green+Blue) = 248+31+9=288 (38% of max value = 765). Red value is 248 (97.27% from 255 or 86.11% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 9 (3.91% from 255 or 3.12% from 288); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81F09 is #07E0F6. Grayscale: #5D5D5D. Windows color (decimal): -516343 or 598008. OLE color: 598008.
HSL color Cylindrical-coordinate representation of color #F81F09: hue angle of 5.52º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F81F09 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 31 | 9 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.03 |
| HSL | 5.52º | 0.94% | 0.5% | - |
| HSV(B) | 5.52º | 0.96% | 0.97% | - |
| XYZ | 39.25 | 20.96 | 2.23 | - |
| YUV | 93.38 | 80.39 | 238.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 9 | 0 | 0.88 | 0.96 | 0.03 | 5.52 | 0.94 | 0.5 |
| Hex | F8 | 1F | 9 | 0 | 58 | 60 | 3 | 6 | 5E | 32 |
| Octal | 370 | 37 | 11 | 0 | 130 | 140 | 3 | 6 | 136 | 62 |
| Binary | 11111000 | 11111 | 1001 | 0 | 1011000 | 1100000 | 11 | 110 | 1011110 | 110010 |
Color Harmonies of #F81F09
Complementary color
Monochromatic Colors of #F81F09
Black with #F81F09
Text Example
Text Example
White with #F81F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81F09; }
p { color: rgb(248,31,9); }
H1.HeaderClassName
{
color: #F81F09;
}
.AnyTagClassName
{
color: #F81F09;
}
</style>
background-color css
<style>
a { background-color: #F81F09; }
a { background-color: rgb(248,31,9); }
div.DivClassName
{
background-color: #F81F09;
}
.BgClassName
{
background-color: #F81F09;
}
</style>
border-color css
<style>
span { border-color: #F81F09; }
span { border-color: rgb(248,31,9); }
td.TdClassName
{
border-color: #F81F09;
}
.TagClassName
{
border-color: #F81F09;
}
</style>