Shades of Scarlet #F02C08
Tints of Scarlet #F02C08
RGB
CMYK
RGB Variations
Color information
#F02C08 (or 0xF02C08) is known color: Scarlet. HEX triplet: F0, 2C and 08. RGB value is (240,44,8). Sum of RGB (Red+Green+Blue) = 240+44+8=292 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.19% from 292); Green value is 44 (17.58% from 255 or 15.07% from 292); Blue value is 8 (3.52% from 255 or 2.74% from 292); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F02C08 is #0FD3F7. Grayscale: #626262. Windows color (decimal): -1037304 or 535792. OLE color: 535792.
HSL color Cylindrical-coordinate representation of color #F02C08: hue angle of 9.31º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F02C08 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 44 | 8 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.06 |
| HSL | 9.31º | 0.94% | 0.49% | - |
| HSV(B) | 9.31º | 0.97% | 0.94% | - |
| XYZ | 36.88 | 20.34 | 2.21 | - |
| YUV | 98.5 | 76.93 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 44 | 8 | 0 | 0.82 | 0.97 | 0.06 | 9.31 | 0.94 | 0.49 |
| Hex | F0 | 2C | 8 | 0 | 52 | 61 | 6 | 9 | 5E | 31 |
| Octal | 360 | 54 | 10 | 0 | 122 | 141 | 6 | 11 | 136 | 61 |
| Binary | 11110000 | 101100 | 1000 | 0 | 1010010 | 1100001 | 110 | 1001 | 1011110 | 110001 |
Color Harmonies of #F02C08
Complementary color
Monochromatic Colors of #F02C08
Black with #F02C08
Text Example
Text Example
White with #F02C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F02C08; }
p { color: rgb(240,44,8); }
H1.HeaderClassName
{
color: #F02C08;
}
.AnyTagClassName
{
color: #F02C08;
}
</style>
background-color css
<style>
a { background-color: #F02C08; }
a { background-color: rgb(240,44,8); }
div.DivClassName
{
background-color: #F02C08;
}
.BgClassName
{
background-color: #F02C08;
}
</style>
border-color css
<style>
span { border-color: #F02C08; }
span { border-color: rgb(240,44,8); }
td.TdClassName
{
border-color: #F02C08;
}
.TagClassName
{
border-color: #F02C08;
}
</style>