Shades of Scarlet #F63400
Tints of Scarlet #F63400
RGB
CMYK
RGB Variations
Color information
#F63400 (or 0xF63400) is known color: Scarlet. HEX triplet: F6, 34 and 00. RGB value is (246,52,0). Sum of RGB (Red+Green+Blue) = 246+52+0=298 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82.55% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 246 - color contains mainly: red. Hex color #F63400 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63400 is #09CBFF. Grayscale: #686868. Windows color (decimal): -642048 or 13558. OLE color: 13558.
HSL color Cylindrical-coordinate representation of color #F63400: hue angle of 12.68º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F63400 is Cyan = 0, Magento = 0.79, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 52 | 0 | - |
| CMYK | 0 | 0.79 | 1 | 0.04 |
| HSL | 12.68º | 1% | 0.48% | - |
| HSV(B) | 12.68º | 1% | 0.96% | - |
| XYZ | 39.23 | 22.05 | 2.19 | - |
| YUV | 104.08 | 69.27 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 52 | 0 | 0 | 0.79 | 1 | 0.04 | 12.68 | 1 | 0.48 |
| Hex | F6 | 34 | 0 | 0 | 4F | 64 | 4 | D | 64 | 30 |
| Octal | 366 | 64 | 0 | 0 | 117 | 144 | 4 | 15 | 144 | 60 |
| Binary | 11110110 | 110100 | 0 | 0 | 1001111 | 1100100 | 100 | 1101 | 1100100 | 110000 |
Color Harmonies of #F63400
Complementary color
Monochromatic Colors of #F63400
Black with #F63400
Text Example
Text Example
White with #F63400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63400; }
p { color: rgb(246,52,0); }
H1.HeaderClassName
{
color: #F63400;
}
.AnyTagClassName
{
color: #F63400;
}
</style>
background-color css
<style>
a { background-color: #F63400; }
a { background-color: rgb(246,52,0); }
div.DivClassName
{
background-color: #F63400;
}
.BgClassName
{
background-color: #F63400;
}
</style>
border-color css
<style>
span { border-color: #F63400; }
span { border-color: rgb(246,52,0); }
td.TdClassName
{
border-color: #F63400;
}
.TagClassName
{
border-color: #F63400;
}
</style>