Shades of Scarlet #F92F04
Tints of Scarlet #F92F04
RGB
CMYK
RGB Variations
Color information
#F92F04 (or 0xF92F04) is known color: Scarlet. HEX triplet: F9, 2F and 04. RGB value is (249,47,4). Sum of RGB (Red+Green+Blue) = 249+47+4=300 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 4 (1.95% from 255 or 1.33% from 300); Max value from RGB is 249 - color contains mainly: red. Hex color #F92F04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F92F04 is #06D0FB. Grayscale: #666666. Windows color (decimal): -446716 or 274425. OLE color: 274425.
HSL color Cylindrical-coordinate representation of color #F92F04: hue angle of 10.53º degrees, saturation: 0.97, 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 #F92F04 is Cyan = 0, Magento = 0.81, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 47 | 4 | - |
| CMYK | 0 | 0.81 | 0.98 | 0.02 |
| HSL | 10.53º | 0.97% | 0.5% | - |
| HSV(B) | 10.53º | 0.98% | 0.98% | - |
| XYZ | 40.11 | 22.18 | 2.28 | - |
| YUV | 102.5 | 72.42 | 232.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 47 | 4 | 0 | 0.81 | 0.98 | 0.02 | 10.53 | 0.97 | 0.5 |
| Hex | F9 | 2F | 4 | 0 | 51 | 62 | 2 | B | 61 | 32 |
| Octal | 371 | 57 | 4 | 0 | 121 | 142 | 2 | 13 | 141 | 62 |
| Binary | 11111001 | 101111 | 100 | 0 | 1010001 | 1100010 | 10 | 1011 | 1100001 | 110010 |
Color Harmonies of #F92F04
Complementary color
Monochromatic Colors of #F92F04
Black with #F92F04
Text Example
Text Example
White with #F92F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92F04; }
p { color: rgb(249,47,4); }
H1.HeaderClassName
{
color: #F92F04;
}
.AnyTagClassName
{
color: #F92F04;
}
</style>
background-color css
<style>
a { background-color: #F92F04; }
a { background-color: rgb(249,47,4); }
div.DivClassName
{
background-color: #F92F04;
}
.BgClassName
{
background-color: #F92F04;
}
</style>
border-color css
<style>
span { border-color: #F92F04; }
span { border-color: rgb(249,47,4); }
td.TdClassName
{
border-color: #F92F04;
}
.TagClassName
{
border-color: #F92F04;
}
</style>