Shades of Scarlet #F61403
Tints of Scarlet #F61403
RGB
CMYK
RGB Variations
Color information
#F61403 (or 0xF61403) is known color: Scarlet. HEX triplet: F6, 14 and 03. RGB value is (246,20,3). Sum of RGB (Red+Green+Blue) = 246+20+3=269 (35% of max value = 765). Red value is 246 (96.48% from 255 or 91.45% from 269); Green value is 20 (8.20% from 255 or 7.43% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 246 - color contains mainly: red. Hex color #F61403 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F61403 is #09EBFC. Grayscale: #555555. Windows color (decimal): -650237 or 201974. OLE color: 201974.
HSL color Cylindrical-coordinate representation of color #F61403: hue angle of 4.2º 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 #F61403 is Cyan = 0, Magento = 0.92, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 3 | - |
| CMYK | 0 | 0.92 | 0.99 | 0.04 |
| HSL | 4.2º | 0.98% | 0.49% | - |
| HSV(B) | 4.2º | 0.99% | 0.96% | - |
| XYZ | 38.27 | 20.1 | 1.95 | - |
| YUV | 85.64 | 81.37 | 242.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 3 | 0 | 0.92 | 0.99 | 0.04 | 4.2 | 0.98 | 0.49 |
| Hex | F6 | 14 | 3 | 0 | 5C | 63 | 4 | 4 | 62 | 31 |
| Octal | 366 | 24 | 3 | 0 | 134 | 143 | 4 | 4 | 142 | 61 |
| Binary | 11110110 | 10100 | 11 | 0 | 1011100 | 1100011 | 100 | 100 | 1100010 | 110001 |
Color Harmonies of #F61403
Complementary color
Monochromatic Colors of #F61403
Black with #F61403
Text Example
Text Example
White with #F61403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61403; }
p { color: rgb(246,20,3); }
H1.HeaderClassName
{
color: #F61403;
}
.AnyTagClassName
{
color: #F61403;
}
</style>
background-color css
<style>
a { background-color: #F61403; }
a { background-color: rgb(246,20,3); }
div.DivClassName
{
background-color: #F61403;
}
.BgClassName
{
background-color: #F61403;
}
</style>
border-color css
<style>
span { border-color: #F61403; }
span { border-color: rgb(246,20,3); }
td.TdClassName
{
border-color: #F61403;
}
.TagClassName
{
border-color: #F61403;
}
</style>