Shades of Scarlet #F93206
Tints of Scarlet #F93206
RGB
CMYK
RGB Variations
Color information
#F93206 (or 0xF93206) is known color: Scarlet. HEX triplet: F9, 32 and 06. RGB value is (249,50,6). Sum of RGB (Red+Green+Blue) = 249+50+6=305 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.64% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 6 (2.73% from 255 or 1.97% from 305); Max value from RGB is 249 - color contains mainly: red. Hex color #F93206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93206 is #06CDF9. Grayscale: #686868. Windows color (decimal): -445946 or 406265. OLE color: 406265.
HSL color Cylindrical-coordinate representation of color #F93206: hue angle of 10.86º degrees, saturation: 0.95, 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 #F93206 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 50 | 6 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.02 |
| HSL | 10.86º | 0.95% | 0.5% | - |
| HSV(B) | 10.86º | 0.98% | 0.98% | - |
| XYZ | 40.24 | 22.43 | 2.38 | - |
| YUV | 104.49 | 72.43 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 50 | 6 | 0 | 0.80 | 0.98 | 0.02 | 10.86 | 0.95 | 0.5 |
| Hex | F9 | 32 | 6 | 0 | 50 | 62 | 2 | B | 5F | 32 |
| Octal | 371 | 62 | 6 | 0 | 120 | 142 | 2 | 13 | 137 | 62 |
| Binary | 11111001 | 110010 | 110 | 0 | 1010000 | 1100010 | 10 | 1011 | 1011111 | 110010 |
Color Harmonies of #F93206
Complementary color
Monochromatic Colors of #F93206
Black with #F93206
Text Example
Text Example
White with #F93206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93206; }
p { color: rgb(249,50,6); }
H1.HeaderClassName
{
color: #F93206;
}
.AnyTagClassName
{
color: #F93206;
}
</style>
background-color css
<style>
a { background-color: #F93206; }
a { background-color: rgb(249,50,6); }
div.DivClassName
{
background-color: #F93206;
}
.BgClassName
{
background-color: #F93206;
}
</style>
border-color css
<style>
span { border-color: #F93206; }
span { border-color: rgb(249,50,6); }
td.TdClassName
{
border-color: #F93206;
}
.TagClassName
{
border-color: #F93206;
}
</style>