Shades of Scarlet #F63402
Tints of Scarlet #F63402
RGB
CMYK
RGB Variations
Color information
#F63402 (or 0xF63402) is known color: Scarlet. HEX triplet: F6, 34 and 02. RGB value is (246,52,2). Sum of RGB (Red+Green+Blue) = 246+52+2=300 (39% of max value = 765). Red value is 246 (96.48% from 255 or 82% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 246 - color contains mainly: red. Hex color #F63402 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63402 is #09CBFD. Grayscale: #686868. Windows color (decimal): -642046 or 144630. OLE color: 144630.
HSL color Cylindrical-coordinate representation of color #F63402: hue angle of 12.3º 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 #F63402 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 52 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.04 |
| HSL | 12.3º | 0.98% | 0.49% | - |
| HSV(B) | 12.3º | 0.99% | 0.96% | - |
| XYZ | 39.24 | 22.05 | 2.25 | - |
| YUV | 104.31 | 70.27 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 52 | 2 | 0 | 0.79 | 0.99 | 0.04 | 12.3 | 0.98 | 0.49 |
| Hex | F6 | 34 | 2 | 0 | 4F | 63 | 4 | C | 62 | 31 |
| Octal | 366 | 64 | 2 | 0 | 117 | 143 | 4 | 14 | 142 | 61 |
| Binary | 11110110 | 110100 | 10 | 0 | 1001111 | 1100011 | 100 | 1100 | 1100010 | 110001 |
Color Harmonies of #F63402
Complementary color
Monochromatic Colors of #F63402
Black with #F63402
Text Example
Text Example
White with #F63402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63402; }
p { color: rgb(246,52,2); }
H1.HeaderClassName
{
color: #F63402;
}
.AnyTagClassName
{
color: #F63402;
}
</style>
background-color css
<style>
a { background-color: #F63402; }
a { background-color: rgb(246,52,2); }
div.DivClassName
{
background-color: #F63402;
}
.BgClassName
{
background-color: #F63402;
}
</style>
border-color css
<style>
span { border-color: #F63402; }
span { border-color: rgb(246,52,2); }
td.TdClassName
{
border-color: #F63402;
}
.TagClassName
{
border-color: #F63402;
}
</style>