Shades of Scarlet #F8250F
Tints of Scarlet #F8250F
RGB
CMYK
RGB Variations
Color information
#F8250F (or 0xF8250F) is known color: Scarlet. HEX triplet: F8, 25 and 0F. RGB value is (248,37,15). Sum of RGB (Red+Green+Blue) = 248+37+15=300 (39% of max value = 765). Red value is 248 (97.27% from 255 or 82.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 15 (6.25% from 255 or 5% from 300); Max value from RGB is 248 - color contains mainly: red. Hex color #F8250F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F8250F is #07DAF0. Grayscale: #616161. Windows color (decimal): -514801 or 992760. OLE color: 992760.
HSL color Cylindrical-coordinate representation of color #F8250F: hue angle of 5.67º 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 #F8250F is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 37 | 15 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.03 |
| HSL | 5.67º | 0.94% | 0.52% | - |
| HSV(B) | 5.67º | 0.94% | 0.97% | - |
| XYZ | 39.46 | 21.31 | 2.49 | - |
| YUV | 97.58 | 81.4 | 235.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 37 | 15 | 0 | 0.85 | 0.94 | 0.03 | 5.67 | 0.94 | 0.52 |
| Hex | F8 | 25 | F | 0 | 55 | 5E | 3 | 6 | 5E | 34 |
| Octal | 370 | 45 | 17 | 0 | 125 | 136 | 3 | 6 | 136 | 64 |
| Binary | 11111000 | 100101 | 1111 | 0 | 1010101 | 1011110 | 11 | 110 | 1011110 | 110100 |
Color Harmonies of #F8250F
Complementary color
Monochromatic Colors of #F8250F
Black with #F8250F
Text Example
Text Example
White with #F8250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8250F; }
p { color: rgb(248,37,15); }
H1.HeaderClassName
{
color: #F8250F;
}
.AnyTagClassName
{
color: #F8250F;
}
</style>
background-color css
<style>
a { background-color: #F8250F; }
a { background-color: rgb(248,37,15); }
div.DivClassName
{
background-color: #F8250F;
}
.BgClassName
{
background-color: #F8250F;
}
</style>
border-color css
<style>
span { border-color: #F8250F; }
span { border-color: rgb(248,37,15); }
td.TdClassName
{
border-color: #F8250F;
}
.TagClassName
{
border-color: #F8250F;
}
</style>