Shades of Scarlet #F92A05
Tints of Scarlet #F92A05
RGB
CMYK
RGB Variations
Color information
#F92A05 (or 0xF92A05) is known color: Scarlet. HEX triplet: F9, 2A and 05. RGB value is (249,42,5). Sum of RGB (Red+Green+Blue) = 249+42+5=296 (39% of max value = 765). Red value is 249 (97.66% from 255 or 84.12% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 5 (2.34% from 255 or 1.69% from 296); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92A05 is #06D5FA. Grayscale: #646464. Windows color (decimal): -447995 or 338681. OLE color: 338681.
HSL color Cylindrical-coordinate representation of color #F92A05: hue angle of 9.1º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F92A05 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 42 | 5 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.02 |
| HSL | 9.1º | 0.96% | 0.5% | - |
| HSV(B) | 9.1º | 0.98% | 0.98% | - |
| XYZ | 39.92 | 21.81 | 2.25 | - |
| YUV | 99.68 | 74.58 | 234.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 42 | 5 | 0 | 0.83 | 0.98 | 0.02 | 9.1 | 0.96 | 0.5 |
| Hex | F9 | 2A | 5 | 0 | 53 | 62 | 2 | 9 | 60 | 32 |
| Octal | 371 | 52 | 5 | 0 | 123 | 142 | 2 | 11 | 140 | 62 |
| Binary | 11111001 | 101010 | 101 | 0 | 1010011 | 1100010 | 10 | 1001 | 1100000 | 110010 |
Color Harmonies of #F92A05
Complementary color
Monochromatic Colors of #F92A05
Black with #F92A05
Text Example
Text Example
White with #F92A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92A05; }
p { color: rgb(249,42,5); }
H1.HeaderClassName
{
color: #F92A05;
}
.AnyTagClassName
{
color: #F92A05;
}
</style>
background-color css
<style>
a { background-color: #F92A05; }
a { background-color: rgb(249,42,5); }
div.DivClassName
{
background-color: #F92A05;
}
.BgClassName
{
background-color: #F92A05;
}
</style>
border-color css
<style>
span { border-color: #F92A05; }
span { border-color: rgb(249,42,5); }
td.TdClassName
{
border-color: #F92A05;
}
.TagClassName
{
border-color: #F92A05;
}
</style>