Shades of Scarlet #F9290B
Tints of Scarlet #F9290B
RGB
CMYK
RGB Variations
Color information
#F9290B (or 0xF9290B) is known color: Scarlet. HEX triplet: F9, 29 and 0B. RGB value is (249,41,11). Sum of RGB (Red+Green+Blue) = 249+41+11=301 (39% of max value = 765). Red value is 249 (97.66% from 255 or 82.72% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 249 - color contains mainly: red. Hex color #F9290B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F9290B is #06D6F4. Grayscale: #646464. Windows color (decimal): -448245 or 731641. OLE color: 731641.
HSL color Cylindrical-coordinate representation of color #F9290B: hue angle of 7.56º 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 #F9290B is Cyan = 0, Magento = 0.84, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 41 | 11 | - |
| CMYK | 0 | 0.84 | 0.96 | 0.02 |
| HSL | 7.56º | 0.95% | 0.51% | - |
| HSV(B) | 7.56º | 0.96% | 0.98% | - |
| XYZ | 39.92 | 21.75 | 2.41 | - |
| YUV | 99.77 | 77.91 | 234.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 41 | 11 | 0 | 0.84 | 0.96 | 0.02 | 7.56 | 0.95 | 0.51 |
| Hex | F9 | 29 | B | 0 | 54 | 60 | 2 | 8 | 5F | 33 |
| Octal | 371 | 51 | 13 | 0 | 124 | 140 | 2 | 10 | 137 | 63 |
| Binary | 11111001 | 101001 | 1011 | 0 | 1010100 | 1100000 | 10 | 1000 | 1011111 | 110011 |
Color Harmonies of #F9290B
Complementary color
Monochromatic Colors of #F9290B
Black with #F9290B
Text Example
Text Example
White with #F9290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9290B; }
p { color: rgb(249,41,11); }
H1.HeaderClassName
{
color: #F9290B;
}
.AnyTagClassName
{
color: #F9290B;
}
</style>
background-color css
<style>
a { background-color: #F9290B; }
a { background-color: rgb(249,41,11); }
div.DivClassName
{
background-color: #F9290B;
}
.BgClassName
{
background-color: #F9290B;
}
</style>
border-color css
<style>
span { border-color: #F9290B; }
span { border-color: rgb(249,41,11); }
td.TdClassName
{
border-color: #F9290B;
}
.TagClassName
{
border-color: #F9290B;
}
</style>