Shades of Scarlet #F61302
Tints of Scarlet #F61302
RGB
CMYK
RGB Variations
Color information
#F61302 (or 0xF61302) is known color: Scarlet. HEX triplet: F6, 13 and 02. RGB value is (246,19,2). Sum of RGB (Red+Green+Blue) = 246+19+2=267 (35% of max value = 765). Red value is 246 (96.48% from 255 or 92.13% from 267); Green value is 19 (7.81% from 255 or 7.12% from 267); Blue value is 2 (1.17% from 255 or 0.75% from 267); Max value from RGB is 246 - color contains mainly: red. Hex color #F61302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61302 is #09ECFD. Grayscale: #555555. Windows color (decimal): -650494 or 136182. OLE color: 136182.
HSL color Cylindrical-coordinate representation of color #F61302: hue angle of 4.18º 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 #F61302 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 19 | 2 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.04 |
| HSL | 4.18º | 0.98% | 0.49% | - |
| HSV(B) | 4.18º | 0.99% | 0.96% | - |
| XYZ | 38.25 | 20.06 | 1.91 | - |
| YUV | 84.94 | 81.21 | 242.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 19 | 2 | 0 | 0.92 | 0.99 | 0.04 | 4.18 | 0.98 | 0.49 |
| Hex | F6 | 13 | 2 | 0 | 5C | 63 | 4 | 4 | 62 | 31 |
| Octal | 366 | 23 | 2 | 0 | 134 | 143 | 4 | 4 | 142 | 61 |
| Binary | 11110110 | 10011 | 10 | 0 | 1011100 | 1100011 | 100 | 100 | 1100010 | 110001 |
Color Harmonies of #F61302
Complementary color
Monochromatic Colors of #F61302
Black with #F61302
Text Example
Text Example
White with #F61302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61302; }
p { color: rgb(246,19,2); }
H1.HeaderClassName
{
color: #F61302;
}
.AnyTagClassName
{
color: #F61302;
}
</style>
background-color css
<style>
a { background-color: #F61302; }
a { background-color: rgb(246,19,2); }
div.DivClassName
{
background-color: #F61302;
}
.BgClassName
{
background-color: #F61302;
}
</style>
border-color css
<style>
span { border-color: #F61302; }
span { border-color: rgb(246,19,2); }
td.TdClassName
{
border-color: #F61302;
}
.TagClassName
{
border-color: #F61302;
}
</style>