Shades of Scarlet #F62303
Tints of Scarlet #F62303
RGB
CMYK
RGB Variations
Color information
#F62303 (or 0xF62303) is known color: Scarlet. HEX triplet: F6, 23 and 03. RGB value is (246,35,3). Sum of RGB (Red+Green+Blue) = 246+35+3=284 (37% of max value = 765). Red value is 246 (96.48% from 255 or 86.62% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 3 (1.56% from 255 or 1.06% from 284); Max value from RGB is 246 - color contains mainly: red. Hex color #F62303 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F62303 is #09DCFC. Grayscale: #5E5E5E. Windows color (decimal): -646397 or 205814. OLE color: 205814.
HSL color Cylindrical-coordinate representation of color #F62303: hue angle of 7.9º 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 #F62303 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 35 | 3 | - |
| CMYK | 0 | 0.86 | 0.99 | 0.04 |
| HSL | 7.9º | 0.98% | 0.49% | - |
| HSV(B) | 7.9º | 0.99% | 0.96% | - |
| XYZ | 38.62 | 20.8 | 2.07 | - |
| YUV | 94.44 | 76.4 | 236.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 35 | 3 | 0 | 0.86 | 0.99 | 0.04 | 7.9 | 0.98 | 0.49 |
| Hex | F6 | 23 | 3 | 0 | 56 | 63 | 4 | 8 | 62 | 31 |
| Octal | 366 | 43 | 3 | 0 | 126 | 143 | 4 | 10 | 142 | 61 |
| Binary | 11110110 | 100011 | 11 | 0 | 1010110 | 1100011 | 100 | 1000 | 1100010 | 110001 |
Color Harmonies of #F62303
Complementary color
Monochromatic Colors of #F62303
Black with #F62303
Text Example
Text Example
White with #F62303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62303; }
p { color: rgb(246,35,3); }
H1.HeaderClassName
{
color: #F62303;
}
.AnyTagClassName
{
color: #F62303;
}
</style>
background-color css
<style>
a { background-color: #F62303; }
a { background-color: rgb(246,35,3); }
div.DivClassName
{
background-color: #F62303;
}
.BgClassName
{
background-color: #F62303;
}
</style>
border-color css
<style>
span { border-color: #F62303; }
span { border-color: rgb(246,35,3); }
td.TdClassName
{
border-color: #F62303;
}
.TagClassName
{
border-color: #F62303;
}
</style>