Shades of Scarlet #F8200F
Tints of Scarlet #F8200F
RGB
CMYK
RGB Variations
Color information
#F8200F (or 0xF8200F) is known color: Scarlet. HEX triplet: F8, 20 and 0F. RGB value is (248,32,15). Sum of RGB (Red+Green+Blue) = 248+32+15=295 (39% of max value = 765). Red value is 248 (97.27% from 255 or 84.07% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 248 - color contains mainly: red. Hex color #F8200F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8200F is #07DFF0. Grayscale: #5E5E5E. Windows color (decimal): -516081 or 991480. OLE color: 991480.
HSL color Cylindrical-coordinate representation of color #F8200F: hue angle of 4.38º 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 #F8200F is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 32 | 15 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.03 |
| HSL | 4.38º | 0.94% | 0.52% | - |
| HSV(B) | 4.38º | 0.94% | 0.97% | - |
| XYZ | 39.31 | 21.02 | 2.44 | - |
| YUV | 94.65 | 83.06 | 237.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 32 | 15 | 0 | 0.87 | 0.94 | 0.03 | 4.38 | 0.94 | 0.52 |
| Hex | F8 | 20 | F | 0 | 57 | 5E | 3 | 4 | 5E | 34 |
| Octal | 370 | 40 | 17 | 0 | 127 | 136 | 3 | 4 | 136 | 64 |
| Binary | 11111000 | 100000 | 1111 | 0 | 1010111 | 1011110 | 11 | 100 | 1011110 | 110100 |
Color Harmonies of #F8200F
Complementary color
Monochromatic Colors of #F8200F
Black with #F8200F
Text Example
Text Example
White with #F8200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8200F; }
p { color: rgb(248,32,15); }
H1.HeaderClassName
{
color: #F8200F;
}
.AnyTagClassName
{
color: #F8200F;
}
</style>
background-color css
<style>
a { background-color: #F8200F; }
a { background-color: rgb(248,32,15); }
div.DivClassName
{
background-color: #F8200F;
}
.BgClassName
{
background-color: #F8200F;
}
</style>
border-color css
<style>
span { border-color: #F8200F; }
span { border-color: rgb(248,32,15); }
td.TdClassName
{
border-color: #F8200F;
}
.TagClassName
{
border-color: #F8200F;
}
</style>