Shades of Scarlet #F03202
Tints of Scarlet #F03202
RGB
CMYK
RGB Variations
Color information
#F03202 (or 0xF03202) is known color: Scarlet. HEX triplet: F0, 32 and 02. RGB value is (240,50,2). Sum of RGB (Red+Green+Blue) = 240+50+2=292 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.19% from 292); Green value is 50 (19.92% from 255 or 17.12% from 292); Blue value is 2 (1.17% from 255 or 0.68% from 292); Max value from RGB is 240 - color contains mainly: red. Hex color #F03202 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03202 is #0FCDFD. Grayscale: #656565. Windows color (decimal): -1035774 or 144112. OLE color: 144112.
HSL color Cylindrical-coordinate representation of color #F03202: hue angle of 12.1º 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 #F03202 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 50 | 2 | - |
| CMYK | 0 | 0.79 | 0.99 | 0.06 |
| HSL | 12.1º | 0.98% | 0.47% | - |
| HSV(B) | 12.1º | 0.99% | 0.94% | - |
| XYZ | 37.09 | 20.81 | 2.12 | - |
| YUV | 101.34 | 71.95 | 226.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 50 | 2 | 0 | 0.79 | 0.99 | 0.06 | 12.1 | 0.98 | 0.47 |
| Hex | F0 | 32 | 2 | 0 | 4F | 63 | 6 | C | 62 | 2F |
| Octal | 360 | 62 | 2 | 0 | 117 | 143 | 6 | 14 | 142 | 57 |
| Binary | 11110000 | 110010 | 10 | 0 | 1001111 | 1100011 | 110 | 1100 | 1100010 | 101111 |
Color Harmonies of #F03202
Complementary color
Monochromatic Colors of #F03202
Black with #F03202
Text Example
Text Example
White with #F03202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03202; }
p { color: rgb(240,50,2); }
H1.HeaderClassName
{
color: #F03202;
}
.AnyTagClassName
{
color: #F03202;
}
</style>
background-color css
<style>
a { background-color: #F03202; }
a { background-color: rgb(240,50,2); }
div.DivClassName
{
background-color: #F03202;
}
.BgClassName
{
background-color: #F03202;
}
</style>
border-color css
<style>
span { border-color: #F03202; }
span { border-color: rgb(240,50,2); }
td.TdClassName
{
border-color: #F03202;
}
.TagClassName
{
border-color: #F03202;
}
</style>