Shades of Scarlet #F63019
Tints of Scarlet #F63019
RGB
CMYK
RGB Variations
Color information
#F63019 (or 0xF63019) is known color: Scarlet. HEX triplet: F6, 30 and 19. RGB value is (246,48,25). Sum of RGB (Red+Green+Blue) = 246+48+25=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 25 (10.16% from 255 or 7.84% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F63019 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63019 is #09CFE6. Grayscale: #686868. Windows color (decimal): -643047 or 1650934. OLE color: 1650934.
HSL color Cylindrical-coordinate representation of color #F63019: hue angle of 6.24º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F63019 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 25 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.04 |
| HSL | 6.24º | 0.92% | 0.53% | - |
| HSV(B) | 6.24º | 0.9% | 0.96% | - |
| XYZ | 39.24 | 21.78 | 3.05 | - |
| YUV | 104.58 | 83.1 | 228.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 25 | 0 | 0.80 | 0.90 | 0.04 | 6.24 | 0.92 | 0.53 |
| Hex | F6 | 30 | 19 | 0 | 50 | 5A | 4 | 6 | 5C | 35 |
| Octal | 366 | 60 | 31 | 0 | 120 | 132 | 4 | 6 | 134 | 65 |
| Binary | 11110110 | 110000 | 11001 | 0 | 1010000 | 1011010 | 100 | 110 | 1011100 | 110101 |
Color Harmonies of #F63019
Complementary color
Monochromatic Colors of #F63019
Black with #F63019
Text Example
Text Example
White with #F63019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63019; }
p { color: rgb(246,48,25); }
H1.HeaderClassName
{
color: #F63019;
}
.AnyTagClassName
{
color: #F63019;
}
</style>
background-color css
<style>
a { background-color: #F63019; }
a { background-color: rgb(246,48,25); }
div.DivClassName
{
background-color: #F63019;
}
.BgClassName
{
background-color: #F63019;
}
</style>
border-color css
<style>
span { border-color: #F63019; }
span { border-color: rgb(246,48,25); }
td.TdClassName
{
border-color: #F63019;
}
.TagClassName
{
border-color: #F63019;
}
</style>