Shades of Scarlet #F92202
Tints of Scarlet #F92202
RGB
CMYK
RGB Variations
Color information
#F92202 (or 0xF92202) is known color: Scarlet. HEX triplet: F9, 22 and 02. RGB value is (249,34,2). Sum of RGB (Red+Green+Blue) = 249+34+2=285 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.37% from 285); Green value is 34 (13.67% from 255 or 11.93% from 285); Blue value is 2 (1.17% from 255 or 0.70% from 285); Max value from RGB is 249 - color contains mainly: red. Hex color #F92202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92202 is #06DDFD. Grayscale: #5E5E5E. Windows color (decimal): -450046 or 140025. OLE color: 140025.
HSL color Cylindrical-coordinate representation of color #F92202: hue angle of 7.77º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F92202 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 34 | 2 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.02 |
| HSL | 7.77º | 0.98% | 0.49% | - |
| HSV(B) | 7.77º | 0.99% | 0.98% | - |
| XYZ | 39.65 | 21.29 | 2.08 | - |
| YUV | 94.64 | 75.73 | 238.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 34 | 2 | 0 | 0.86 | 0.99 | 0.02 | 7.77 | 0.98 | 0.49 |
| Hex | F9 | 22 | 2 | 0 | 56 | 63 | 2 | 8 | 62 | 31 |
| Octal | 371 | 42 | 2 | 0 | 126 | 143 | 2 | 10 | 142 | 61 |
| Binary | 11111001 | 100010 | 10 | 0 | 1010110 | 1100011 | 10 | 1000 | 1100010 | 110001 |
Color Harmonies of #F92202
Complementary color
Monochromatic Colors of #F92202
Black with #F92202
Text Example
Text Example
White with #F92202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92202; }
p { color: rgb(249,34,2); }
H1.HeaderClassName
{
color: #F92202;
}
.AnyTagClassName
{
color: #F92202;
}
</style>
background-color css
<style>
a { background-color: #F92202; }
a { background-color: rgb(249,34,2); }
div.DivClassName
{
background-color: #F92202;
}
.BgClassName
{
background-color: #F92202;
}
</style>
border-color css
<style>
span { border-color: #F92202; }
span { border-color: rgb(249,34,2); }
td.TdClassName
{
border-color: #F92202;
}
.TagClassName
{
border-color: #F92202;
}
</style>