Shades of Scarlet #F8290F
Tints of Scarlet #F8290F
RGB
CMYK
RGB Variations
Color information
#F8290F (or 0xF8290F) is known color: Scarlet. HEX triplet: F8, 29 and 0F. RGB value is (248,41,15). Sum of RGB (Red+Green+Blue) = 248+41+15=304 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.58% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 248 - color contains mainly: red. Hex color #F8290F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8290F is #07D6F0. Grayscale: #646464. Windows color (decimal): -513777 or 993784. OLE color: 993784.
HSL color Cylindrical-coordinate representation of color #F8290F: hue angle of 6.7º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F8290F is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 41 | 15 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.03 |
| HSL | 6.7º | 0.94% | 0.52% | - |
| HSV(B) | 6.7º | 0.94% | 0.97% | - |
| XYZ | 39.59 | 21.58 | 2.53 | - |
| YUV | 99.93 | 80.08 | 233.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 41 | 15 | 0 | 0.83 | 0.94 | 0.03 | 6.7 | 0.94 | 0.52 |
| Hex | F8 | 29 | F | 0 | 53 | 5E | 3 | 7 | 5E | 34 |
| Octal | 370 | 51 | 17 | 0 | 123 | 136 | 3 | 7 | 136 | 64 |
| Binary | 11111000 | 101001 | 1111 | 0 | 1010011 | 1011110 | 11 | 111 | 1011110 | 110100 |
Color Harmonies of #F8290F
Complementary color
Monochromatic Colors of #F8290F
Black with #F8290F
Text Example
Text Example
White with #F8290F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8290F; }
p { color: rgb(248,41,15); }
H1.HeaderClassName
{
color: #F8290F;
}
.AnyTagClassName
{
color: #F8290F;
}
</style>
background-color css
<style>
a { background-color: #F8290F; }
a { background-color: rgb(248,41,15); }
div.DivClassName
{
background-color: #F8290F;
}
.BgClassName
{
background-color: #F8290F;
}
</style>
border-color css
<style>
span { border-color: #F8290F; }
span { border-color: rgb(248,41,15); }
td.TdClassName
{
border-color: #F8290F;
}
.TagClassName
{
border-color: #F8290F;
}
</style>