Shades of Scarlet #F62301
Tints of Scarlet #F62301
RGB
CMYK
RGB Variations
Color information
#F62301 (or 0xF62301) is known color: Scarlet. HEX triplet: F6, 23 and 01. RGB value is (246,35,1). Sum of RGB (Red+Green+Blue) = 246+35+1=282 (37% of max value = 765). Red value is 246 (96.48% from 255 or 87.23% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 1 (0.78% from 255 or 0.35% from 282); Max value from RGB is 246 - color contains mainly: red. Hex color #F62301 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62301 is #09DCFE. Grayscale: #5E5E5E. Windows color (decimal): -646399 or 74742. OLE color: 74742.
HSL color Cylindrical-coordinate representation of color #F62301: hue angle of 8.33º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F62301 is Cyan = 0, Magento = 0.86, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 35 | 1 | - |
| CMYK | 0 | 0.86 | 1.00 | 0.04 |
| HSL | 8.33º | 0.99% | 0.48% | - |
| HSV(B) | 8.33º | 1% | 0.96% | - |
| XYZ | 38.61 | 20.8 | 2.01 | - |
| YUV | 94.21 | 75.4 | 236.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 35 | 1 | 0 | 0.86 | 1.00 | 0.04 | 8.33 | 0.99 | 0.48 |
| Hex | F6 | 23 | 1 | 0 | 56 | 64 | 4 | 8 | 63 | 30 |
| Octal | 366 | 43 | 1 | 0 | 126 | 144 | 4 | 10 | 143 | 60 |
| Binary | 11110110 | 100011 | 1 | 0 | 1010110 | 1100100 | 100 | 1000 | 1100011 | 110000 |
Color Harmonies of #F62301
Complementary color
Monochromatic Colors of #F62301
Black with #F62301
Text Example
Text Example
White with #F62301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62301; }
p { color: rgb(246,35,1); }
H1.HeaderClassName
{
color: #F62301;
}
.AnyTagClassName
{
color: #F62301;
}
</style>
background-color css
<style>
a { background-color: #F62301; }
a { background-color: rgb(246,35,1); }
div.DivClassName
{
background-color: #F62301;
}
.BgClassName
{
background-color: #F62301;
}
</style>
border-color css
<style>
span { border-color: #F62301; }
span { border-color: rgb(246,35,1); }
td.TdClassName
{
border-color: #F62301;
}
.TagClassName
{
border-color: #F62301;
}
</style>