Shades of Scarlet #F63002
Tints of Scarlet #F63002
RGB
CMYK
RGB Variations
Color information
#F63002 (or 0xF63002) is known color: Scarlet. HEX triplet: F6, 30 and 02. RGB value is (246,48,2). Sum of RGB (Red+Green+Blue) = 246+48+2=296 (39% of max value = 765). Red value is 246 (96.48% from 255 or 83.11% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 246 - color contains mainly: red. Hex color #F63002 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63002 is #09CFFD. Grayscale: #666666. Windows color (decimal): -643070 or 143606. OLE color: 143606.
HSL color Cylindrical-coordinate representation of color #F63002: hue angle of 11.31º 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 #F63002 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 2 | - |
| CMYK | 0 | 0.80 | 0.99 | 0.04 |
| HSL | 11.31º | 0.98% | 0.49% | - |
| HSV(B) | 11.31º | 0.99% | 0.96% | - |
| XYZ | 39.07 | 21.71 | 2.19 | - |
| YUV | 101.96 | 71.6 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 2 | 0 | 0.80 | 0.99 | 0.04 | 11.31 | 0.98 | 0.49 |
| Hex | F6 | 30 | 2 | 0 | 50 | 63 | 4 | B | 62 | 31 |
| Octal | 366 | 60 | 2 | 0 | 120 | 143 | 4 | 13 | 142 | 61 |
| Binary | 11110110 | 110000 | 10 | 0 | 1010000 | 1100011 | 100 | 1011 | 1100010 | 110001 |
Color Harmonies of #F63002
Complementary color
Monochromatic Colors of #F63002
Black with #F63002
Text Example
Text Example
White with #F63002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63002; }
p { color: rgb(246,48,2); }
H1.HeaderClassName
{
color: #F63002;
}
.AnyTagClassName
{
color: #F63002;
}
</style>
background-color css
<style>
a { background-color: #F63002; }
a { background-color: rgb(246,48,2); }
div.DivClassName
{
background-color: #F63002;
}
.BgClassName
{
background-color: #F63002;
}
</style>
border-color css
<style>
span { border-color: #F63002; }
span { border-color: rgb(246,48,2); }
td.TdClassName
{
border-color: #F63002;
}
.TagClassName
{
border-color: #F63002;
}
</style>