Shades of Scarlet #F92A0A
Tints of Scarlet #F92A0A
RGB
CMYK
RGB Variations
Color information
#F92A0A (or 0xF92A0A) is known color: Scarlet. HEX triplet: F9, 2A and 0A. RGB value is (249,42,10). Sum of RGB (Red+Green+Blue) = 249+42+10=301 (39% of max value = 765). Red value is 249 (97.66% from 255 or 82.72% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 249 - color contains mainly: red. Hex color #F92A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92A0A is #06D5F5. Grayscale: #646464. Windows color (decimal): -447990 or 666361. OLE color: 666361.
HSL color Cylindrical-coordinate representation of color #F92A0A: hue angle of 8.03º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F92A0A is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 42 | 10 | - |
| CMYK | 0 | 0.83 | 0.96 | 0.02 |
| HSL | 8.03º | 0.95% | 0.51% | - |
| HSV(B) | 8.03º | 0.96% | 0.98% | - |
| XYZ | 39.95 | 21.82 | 2.39 | - |
| YUV | 100.25 | 77.08 | 234.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 42 | 10 | 0 | 0.83 | 0.96 | 0.02 | 8.03 | 0.95 | 0.51 |
| Hex | F9 | 2A | A | 0 | 53 | 60 | 2 | 8 | 5F | 33 |
| Octal | 371 | 52 | 12 | 0 | 123 | 140 | 2 | 10 | 137 | 63 |
| Binary | 11111001 | 101010 | 1010 | 0 | 1010011 | 1100000 | 10 | 1000 | 1011111 | 110011 |
Color Harmonies of #F92A0A
Complementary color
Monochromatic Colors of #F92A0A
Black with #F92A0A
Text Example
Text Example
White with #F92A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92A0A; }
p { color: rgb(249,42,10); }
H1.HeaderClassName
{
color: #F92A0A;
}
.AnyTagClassName
{
color: #F92A0A;
}
</style>
background-color css
<style>
a { background-color: #F92A0A; }
a { background-color: rgb(249,42,10); }
div.DivClassName
{
background-color: #F92A0A;
}
.BgClassName
{
background-color: #F92A0A;
}
</style>
border-color css
<style>
span { border-color: #F92A0A; }
span { border-color: rgb(249,42,10); }
td.TdClassName
{
border-color: #F92A0A;
}
.TagClassName
{
border-color: #F92A0A;
}
</style>