Shades of Scarlet #F63102
Tints of Scarlet #F63102
RGB
CMYK
RGB Variations
Color information
#F63102 (or 0xF63102) is known color: Scarlet. HEX triplet: F6, 31 and 02. RGB value is (246,49,2). Sum of RGB (Red+Green+Blue) = 246+49+2=297 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.83% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 2 (1.17% from 255 or 0.67% from 297); Max value from RGB is 246 - color contains mainly: red. Hex color #F63102 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63102 is #09CEFD. Grayscale: #666666. Windows color (decimal): -642814 or 143862. OLE color: 143862.
HSL color Cylindrical-coordinate representation of color #F63102: hue angle of 11.56º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F63102 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 49 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.04 |
| HSL | 11.56º | 0.98% | 0.49% | - |
| HSV(B) | 11.56º | 0.99% | 0.96% | - |
| XYZ | 39.12 | 21.79 | 2.2 | - |
| YUV | 102.55 | 71.27 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 49 | 2 | 0 | 0.80 | 0.99 | 0.04 | 11.56 | 0.98 | 0.49 |
| Hex | F6 | 31 | 2 | 0 | 50 | 63 | 4 | C | 62 | 31 |
| Octal | 366 | 61 | 2 | 0 | 120 | 143 | 4 | 14 | 142 | 61 |
| Binary | 11110110 | 110001 | 10 | 0 | 1010000 | 1100011 | 100 | 1100 | 1100010 | 110001 |
Color Harmonies of #F63102
Complementary color
Monochromatic Colors of #F63102
Black with #F63102
Text Example
Text Example
White with #F63102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63102; }
p { color: rgb(246,49,2); }
H1.HeaderClassName
{
color: #F63102;
}
.AnyTagClassName
{
color: #F63102;
}
</style>
background-color css
<style>
a { background-color: #F63102; }
a { background-color: rgb(246,49,2); }
div.DivClassName
{
background-color: #F63102;
}
.BgClassName
{
background-color: #F63102;
}
</style>
border-color css
<style>
span { border-color: #F63102; }
span { border-color: rgb(246,49,2); }
td.TdClassName
{
border-color: #F63102;
}
.TagClassName
{
border-color: #F63102;
}
</style>