Shades of Scarlet #F03302
Tints of Scarlet #F03302
RGB
CMYK
RGB Variations
Color information
#F03302 (or 0xF03302) is known color: Scarlet. HEX triplet: F0, 33 and 02. RGB value is (240,51,2). Sum of RGB (Red+Green+Blue) = 240+51+2=293 (38% of max value = 765). Red value is 240 (94.14% from 255 or 81.91% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 2 (1.17% from 255 or 0.68% from 293); Max value from RGB is 240 - color contains mainly: red. Hex color #F03302 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03302 is #0FCCFD. Grayscale: #666666. Windows color (decimal): -1035518 or 144368. OLE color: 144368.
HSL color Cylindrical-coordinate representation of color #F03302: hue angle of 12.35º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F03302 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.06 |
| HSL | 12.35º | 0.98% | 0.47% | - |
| HSV(B) | 12.35º | 0.99% | 0.94% | - |
| XYZ | 37.13 | 20.9 | 2.13 | - |
| YUV | 101.93 | 71.62 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 2 | 0 | 0.79 | 0.99 | 0.06 | 12.35 | 0.98 | 0.47 |
| Hex | F0 | 33 | 2 | 0 | 4F | 63 | 6 | C | 62 | 2F |
| Octal | 360 | 63 | 2 | 0 | 117 | 143 | 6 | 14 | 142 | 57 |
| Binary | 11110000 | 110011 | 10 | 0 | 1001111 | 1100011 | 110 | 1100 | 1100010 | 101111 |
Color Harmonies of #F03302
Complementary color
Monochromatic Colors of #F03302
Black with #F03302
Text Example
Text Example
White with #F03302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03302; }
p { color: rgb(240,51,2); }
H1.HeaderClassName
{
color: #F03302;
}
.AnyTagClassName
{
color: #F03302;
}
</style>
background-color css
<style>
a { background-color: #F03302; }
a { background-color: rgb(240,51,2); }
div.DivClassName
{
background-color: #F03302;
}
.BgClassName
{
background-color: #F03302;
}
</style>
border-color css
<style>
span { border-color: #F03302; }
span { border-color: rgb(240,51,2); }
td.TdClassName
{
border-color: #F03302;
}
.TagClassName
{
border-color: #F03302;
}
</style>