Shades of Scarlet #F63209
Tints of Scarlet #F63209
RGB
CMYK
RGB Variations
Color information
#F63209 (or 0xF63209) is known color: Scarlet. HEX triplet: F6, 32 and 09. RGB value is (246,50,9). Sum of RGB (Red+Green+Blue) = 246+50+9=305 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.66% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 9 (3.91% from 255 or 2.95% from 305); Max value from RGB is 246 - color contains mainly: red. Hex color #F63209 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63209 is #09CDF6. Grayscale: #686868. Windows color (decimal): -642551 or 602870. OLE color: 602870.
HSL color Cylindrical-coordinate representation of color #F63209: hue angle of 10.38º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F63209 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 9 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.04 |
| HSL | 10.38º | 0.93% | 0.5% | - |
| HSV(B) | 10.38º | 0.96% | 0.96% | - |
| XYZ | 39.2 | 21.89 | 2.42 | - |
| YUV | 103.93 | 74.43 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 9 | 0 | 0.80 | 0.96 | 0.04 | 10.38 | 0.93 | 0.5 |
| Hex | F6 | 32 | 9 | 0 | 50 | 60 | 4 | A | 5D | 32 |
| Octal | 366 | 62 | 11 | 0 | 120 | 140 | 4 | 12 | 135 | 62 |
| Binary | 11110110 | 110010 | 1001 | 0 | 1010000 | 1100000 | 100 | 1010 | 1011101 | 110010 |
Color Harmonies of #F63209
Complementary color
Monochromatic Colors of #F63209
Black with #F63209
Text Example
Text Example
White with #F63209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63209; }
p { color: rgb(246,50,9); }
H1.HeaderClassName
{
color: #F63209;
}
.AnyTagClassName
{
color: #F63209;
}
</style>
background-color css
<style>
a { background-color: #F63209; }
a { background-color: rgb(246,50,9); }
div.DivClassName
{
background-color: #F63209;
}
.BgClassName
{
background-color: #F63209;
}
</style>
border-color css
<style>
span { border-color: #F63209; }
span { border-color: rgb(246,50,9); }
td.TdClassName
{
border-color: #F63209;
}
.TagClassName
{
border-color: #F63209;
}
</style>