Shades of Scarlet #F81F00
Tints of Scarlet #F81F00
RGB
CMYK
RGB Variations
Color information
#F81F00 (or 0xF81F00) is known color: Scarlet. HEX triplet: F8, 1F and 00. RGB value is (248,31,0). Sum of RGB (Red+Green+Blue) = 248+31+0=279 (36% of max value = 765). Red value is 248 (97.27% from 255 or 88.89% from 279); Green value is 31 (12.5% from 255 or 11.11% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 248 - color contains mainly: red. Hex color #F81F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F81F00 is #07E0FF. Grayscale: #5C5C5C. Windows color (decimal): -516352 or 8184. OLE color: 8184.
HSL color Cylindrical-coordinate representation of color #F81F00: hue angle of 7.5º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F81F00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 31 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.03 |
| HSL | 7.5º | 1% | 0.49% | - |
| HSV(B) | 7.5º | 1% | 0.97% | - |
| XYZ | 39.2 | 20.94 | 1.97 | - |
| YUV | 92.35 | 75.89 | 239.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 31 | 0 | 0 | 0.88 | 1 | 0.03 | 7.5 | 1 | 0.49 |
| Hex | F8 | 1F | 0 | 0 | 58 | 64 | 3 | 8 | 64 | 31 |
| Octal | 370 | 37 | 0 | 0 | 130 | 144 | 3 | 10 | 144 | 61 |
| Binary | 11111000 | 11111 | 0 | 0 | 1011000 | 1100100 | 11 | 1000 | 1100100 | 110001 |
Color Harmonies of #F81F00
Complementary color
Monochromatic Colors of #F81F00
Black with #F81F00
Text Example
Text Example
White with #F81F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81F00; }
p { color: rgb(248,31,0); }
H1.HeaderClassName
{
color: #F81F00;
}
.AnyTagClassName
{
color: #F81F00;
}
</style>
background-color css
<style>
a { background-color: #F81F00; }
a { background-color: rgb(248,31,0); }
div.DivClassName
{
background-color: #F81F00;
}
.BgClassName
{
background-color: #F81F00;
}
</style>
border-color css
<style>
span { border-color: #F81F00; }
span { border-color: rgb(248,31,0); }
td.TdClassName
{
border-color: #F81F00;
}
.TagClassName
{
border-color: #F81F00;
}
</style>