Shades of Scarlet #F82805
Tints of Scarlet #F82805
RGB
CMYK
RGB Variations
Color information
#F82805 (or 0xF82805) is known color: Scarlet. HEX triplet: F8, 28 and 05. RGB value is (248,40,5). Sum of RGB (Red+Green+Blue) = 248+40+5=293 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.64% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 5 (2.34% from 255 or 1.71% from 293); Max value from RGB is 248 - color contains mainly: red. Hex color #F82805 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F82805 is #07D7FA. Grayscale: #626262. Windows color (decimal): -514043 or 338168. OLE color: 338168.
HSL color Cylindrical-coordinate representation of color #F82805: hue angle of 8.64º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F82805 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 40 | 5 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.03 |
| HSL | 8.64º | 0.96% | 0.5% | - |
| HSV(B) | 8.64º | 0.98% | 0.97% | - |
| XYZ | 39.5 | 21.49 | 2.21 | - |
| YUV | 98.2 | 75.41 | 234.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 40 | 5 | 0 | 0.84 | 0.98 | 0.03 | 8.64 | 0.96 | 0.5 |
| Hex | F8 | 28 | 5 | 0 | 54 | 62 | 3 | 9 | 60 | 32 |
| Octal | 370 | 50 | 5 | 0 | 124 | 142 | 3 | 11 | 140 | 62 |
| Binary | 11111000 | 101000 | 101 | 0 | 1010100 | 1100010 | 11 | 1001 | 1100000 | 110010 |
Color Harmonies of #F82805
Complementary color
Monochromatic Colors of #F82805
Black with #F82805
Text Example
Text Example
White with #F82805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F82805; }
p { color: rgb(248,40,5); }
H1.HeaderClassName
{
color: #F82805;
}
.AnyTagClassName
{
color: #F82805;
}
</style>
background-color css
<style>
a { background-color: #F82805; }
a { background-color: rgb(248,40,5); }
div.DivClassName
{
background-color: #F82805;
}
.BgClassName
{
background-color: #F82805;
}
</style>
border-color css
<style>
span { border-color: #F82805; }
span { border-color: rgb(248,40,5); }
td.TdClassName
{
border-color: #F82805;
}
.TagClassName
{
border-color: #F82805;
}
</style>