Shades of Scarlet #F61602
Tints of Scarlet #F61602
RGB
CMYK
RGB Variations
Color information
#F61602 (or 0xF61602) is known color: Scarlet. HEX triplet: F6, 16 and 02. RGB value is (246,22,2). Sum of RGB (Red+Green+Blue) = 246+22+2=270 (35% of max value = 765). Red value is 246 (96.48% from 255 or 91.11% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 246 - color contains mainly: red. Hex color #F61602 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61602 is #09E9FD. Grayscale: #575757. Windows color (decimal): -649726 or 136950. OLE color: 136950.
HSL color Cylindrical-coordinate representation of color #F61602: hue angle of 4.92º 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 #F61602 is Cyan = 0, Magento = 0.91, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 2 | - |
| CMYK | 0 | 0.91 | 0.99 | 0.04 |
| HSL | 4.92º | 0.98% | 0.49% | - |
| HSV(B) | 4.92º | 0.99% | 0.96% | - |
| XYZ | 38.3 | 20.17 | 1.93 | - |
| YUV | 86.7 | 80.21 | 241.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 2 | 0 | 0.91 | 0.99 | 0.04 | 4.92 | 0.98 | 0.49 |
| Hex | F6 | 16 | 2 | 0 | 5B | 63 | 4 | 5 | 62 | 31 |
| Octal | 366 | 26 | 2 | 0 | 133 | 143 | 4 | 5 | 142 | 61 |
| Binary | 11110110 | 10110 | 10 | 0 | 1011011 | 1100011 | 100 | 101 | 1100010 | 110001 |
Color Harmonies of #F61602
Complementary color
Monochromatic Colors of #F61602
Black with #F61602
Text Example
Text Example
White with #F61602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61602; }
p { color: rgb(246,22,2); }
H1.HeaderClassName
{
color: #F61602;
}
.AnyTagClassName
{
color: #F61602;
}
</style>
background-color css
<style>
a { background-color: #F61602; }
a { background-color: rgb(246,22,2); }
div.DivClassName
{
background-color: #F61602;
}
.BgClassName
{
background-color: #F61602;
}
</style>
border-color css
<style>
span { border-color: #F61602; }
span { border-color: rgb(246,22,2); }
td.TdClassName
{
border-color: #F61602;
}
.TagClassName
{
border-color: #F61602;
}
</style>