Shades of Scarlet #F03306
Tints of Scarlet #F03306
RGB
CMYK
RGB Variations
Color information
#F03306 (or 0xF03306) is known color: Scarlet. HEX triplet: F0, 33 and 06. RGB value is (240,51,6). Sum of RGB (Red+Green+Blue) = 240+51+6=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 6 (2.73% from 255 or 2.02% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F03306 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03306 is #0FCCF9. Grayscale: #666666. Windows color (decimal): -1035514 or 406512. OLE color: 406512.
HSL color Cylindrical-coordinate representation of color #F03306: hue angle of 11.54º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F03306 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 6 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.06 |
| HSL | 11.54º | 0.95% | 0.48% | - |
| HSV(B) | 11.54º | 0.98% | 0.94% | - |
| XYZ | 37.15 | 20.91 | 2.25 | - |
| YUV | 102.38 | 73.62 | 226.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 6 | 0 | 0.79 | 0.98 | 0.06 | 11.54 | 0.95 | 0.48 |
| Hex | F0 | 33 | 6 | 0 | 4F | 62 | 6 | C | 5F | 30 |
| Octal | 360 | 63 | 6 | 0 | 117 | 142 | 6 | 14 | 137 | 60 |
| Binary | 11110000 | 110011 | 110 | 0 | 1001111 | 1100010 | 110 | 1100 | 1011111 | 110000 |
Color Harmonies of #F03306
Complementary color
Monochromatic Colors of #F03306
Black with #F03306
Text Example
Text Example
White with #F03306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03306; }
p { color: rgb(240,51,6); }
H1.HeaderClassName
{
color: #F03306;
}
.AnyTagClassName
{
color: #F03306;
}
</style>
background-color css
<style>
a { background-color: #F03306; }
a { background-color: rgb(240,51,6); }
div.DivClassName
{
background-color: #F03306;
}
.BgClassName
{
background-color: #F03306;
}
</style>
border-color css
<style>
span { border-color: #F03306; }
span { border-color: rgb(240,51,6); }
td.TdClassName
{
border-color: #F03306;
}
.TagClassName
{
border-color: #F03306;
}
</style>