Shades of Scarlet #F62F01
Tints of Scarlet #F62F01
RGB
CMYK
RGB Variations
Color information
#F62F01 (or 0xF62F01) is known color: Scarlet. HEX triplet: F6, 2F and 01. RGB value is (246,47,1). Sum of RGB (Red+Green+Blue) = 246+47+1=294 (38% of max value = 765). Red value is 246 (96.48% from 255 or 83.67% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 1 (0.78% from 255 or 0.34% from 294); Max value from RGB is 246 - color contains mainly: red. Hex color #F62F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62F01 is #09D0FE. Grayscale: #656565. Windows color (decimal): -643327 or 77814. OLE color: 77814.
HSL color Cylindrical-coordinate representation of color #F62F01: hue angle of 11.27º 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 #F62F01 is Cyan = 0, Magento = 0.81, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 47 | 1 | - |
| CMYK | 0 | 0.81 | 1.00 | 0.04 |
| HSL | 11.27º | 0.99% | 0.48% | - |
| HSV(B) | 11.27º | 1% | 0.96% | - |
| XYZ | 39.03 | 21.63 | 2.15 | - |
| YUV | 101.26 | 71.43 | 231.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 47 | 1 | 0 | 0.81 | 1.00 | 0.04 | 11.27 | 0.99 | 0.48 |
| Hex | F6 | 2F | 1 | 0 | 51 | 64 | 4 | B | 63 | 30 |
| Octal | 366 | 57 | 1 | 0 | 121 | 144 | 4 | 13 | 143 | 60 |
| Binary | 11110110 | 101111 | 1 | 0 | 1010001 | 1100100 | 100 | 1011 | 1100011 | 110000 |
Color Harmonies of #F62F01
Complementary color
Monochromatic Colors of #F62F01
Black with #F62F01
Text Example
Text Example
White with #F62F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62F01; }
p { color: rgb(246,47,1); }
H1.HeaderClassName
{
color: #F62F01;
}
.AnyTagClassName
{
color: #F62F01;
}
</style>
background-color css
<style>
a { background-color: #F62F01; }
a { background-color: rgb(246,47,1); }
div.DivClassName
{
background-color: #F62F01;
}
.BgClassName
{
background-color: #F62F01;
}
</style>
border-color css
<style>
span { border-color: #F62F01; }
span { border-color: rgb(246,47,1); }
td.TdClassName
{
border-color: #F62F01;
}
.TagClassName
{
border-color: #F62F01;
}
</style>