Shades of Scarlet #F92020
Tints of Scarlet #F92020
RGB
CMYK
RGB Variations
Color information
#F92020 (or 0xF92020) is known color: Scarlet. HEX triplet: F9, 20 and 20. RGB value is (249,32,32). Sum of RGB (Red+Green+Blue) = 249+32+32=313 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.55% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 249 - color contains mainly: red. Hex color #F92020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92020 is #06DFDF. Grayscale: #616161. Windows color (decimal): -450528 or 2105593. OLE color: 2105593.
HSL color Cylindrical-coordinate representation of color #F92020: hue angle of 0º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F92020 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 32 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.02 |
| HSL | 0º | 0.95% | 0.55% | - |
| HSV(B) | 0º | 0.87% | 0.98% | - |
| XYZ | 39.84 | 21.28 | 3.37 | - |
| YUV | 96.88 | 91.39 | 236.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 32 | 0 | 0.87 | 0.87 | 0.02 | 0 | 0.95 | 0.55 |
| Hex | F9 | 20 | 20 | 0 | 57 | 57 | 2 | 0 | 5F | 37 |
| Octal | 371 | 40 | 40 | 0 | 127 | 127 | 2 | 0 | 137 | 67 |
| Binary | 11111001 | 100000 | 100000 | 0 | 1010111 | 1010111 | 10 | 0 | 1011111 | 110111 |
Color Harmonies of #F92020
Complementary color
Monochromatic Colors of #F92020
Black with #F92020
Text Example
Text Example
White with #F92020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92020; }
p { color: rgb(249,32,32); }
H1.HeaderClassName
{
color: #F92020;
}
.AnyTagClassName
{
color: #F92020;
}
</style>
background-color css
<style>
a { background-color: #F92020; }
a { background-color: rgb(249,32,32); }
div.DivClassName
{
background-color: #F92020;
}
.BgClassName
{
background-color: #F92020;
}
</style>
border-color css
<style>
span { border-color: #F92020; }
span { border-color: rgb(249,32,32); }
td.TdClassName
{
border-color: #F92020;
}
.TagClassName
{
border-color: #F92020;
}
</style>