Shades of Scarlet #F42F03
Tints of Scarlet #F42F03
RGB
CMYK
RGB Variations
Color information
#F42F03 (or 0xF42F03) is known color: Scarlet. HEX triplet: F4, 2F and 03. RGB value is (244,47,3). Sum of RGB (Red+Green+Blue) = 244+47+3=294 (38% of max value = 765). Red value is 244 (95.70% from 255 or 82.99% from 294); Green value is 47 (18.75% from 255 or 15.99% from 294); Blue value is 3 (1.56% from 255 or 1.02% from 294); Max value from RGB is 244 - color contains mainly: red. Hex color #F42F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42F03 is #0BD0FC. Grayscale: #656565. Windows color (decimal): -774397 or 208884. OLE color: 208884.
HSL color Cylindrical-coordinate representation of color #F42F03: hue angle of 10.95º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F42F03 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 47 | 3 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.04 |
| HSL | 10.95º | 0.98% | 0.48% | - |
| HSV(B) | 10.95º | 0.99% | 0.96% | - |
| XYZ | 38.34 | 21.27 | 2.17 | - |
| YUV | 100.89 | 72.77 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 47 | 3 | 0 | 0.81 | 0.99 | 0.04 | 10.95 | 0.98 | 0.48 |
| Hex | F4 | 2F | 3 | 0 | 51 | 63 | 4 | B | 62 | 30 |
| Octal | 364 | 57 | 3 | 0 | 121 | 143 | 4 | 13 | 142 | 60 |
| Binary | 11110100 | 101111 | 11 | 0 | 1010001 | 1100011 | 100 | 1011 | 1100010 | 110000 |
Color Harmonies of #F42F03
Complementary color
Monochromatic Colors of #F42F03
Black with #F42F03
Text Example
Text Example
White with #F42F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42F03; }
p { color: rgb(244,47,3); }
H1.HeaderClassName
{
color: #F42F03;
}
.AnyTagClassName
{
color: #F42F03;
}
</style>
background-color css
<style>
a { background-color: #F42F03; }
a { background-color: rgb(244,47,3); }
div.DivClassName
{
background-color: #F42F03;
}
.BgClassName
{
background-color: #F42F03;
}
</style>
border-color css
<style>
span { border-color: #F42F03; }
span { border-color: rgb(244,47,3); }
td.TdClassName
{
border-color: #F42F03;
}
.TagClassName
{
border-color: #F42F03;
}
</style>