Shades of Scarlet #F23005
Tints of Scarlet #F23005
RGB
CMYK
RGB Variations
Color information
#F23005 (or 0xF23005) is known color: Scarlet. HEX triplet: F2, 30 and 05. RGB value is (242,48,5). Sum of RGB (Red+Green+Blue) = 242+48+5=295 (39% of max value = 765). Red value is 242 (94.92% from 255 or 82.03% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 5 (2.34% from 255 or 1.69% from 295); Max value from RGB is 242 - color contains mainly: red. Hex color #F23005 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23005 is #0DCFFA. Grayscale: #656565. Windows color (decimal): -905211 or 340210. OLE color: 340210.
HSL color Cylindrical-coordinate representation of color #F23005: hue angle of 10.89º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F23005 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 5 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.05 |
| HSL | 10.89º | 0.96% | 0.48% | - |
| HSV(B) | 10.89º | 0.98% | 0.95% | - |
| XYZ | 37.7 | 21 | 2.21 | - |
| YUV | 101.1 | 73.77 | 228.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 5 | 0 | 0.80 | 0.98 | 0.05 | 10.89 | 0.96 | 0.48 |
| Hex | F2 | 30 | 5 | 0 | 50 | 62 | 5 | B | 60 | 30 |
| Octal | 362 | 60 | 5 | 0 | 120 | 142 | 5 | 13 | 140 | 60 |
| Binary | 11110010 | 110000 | 101 | 0 | 1010000 | 1100010 | 101 | 1011 | 1100000 | 110000 |
Color Harmonies of #F23005
Complementary color
Monochromatic Colors of #F23005
Black with #F23005
Text Example
Text Example
White with #F23005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23005; }
p { color: rgb(242,48,5); }
H1.HeaderClassName
{
color: #F23005;
}
.AnyTagClassName
{
color: #F23005;
}
</style>
background-color css
<style>
a { background-color: #F23005; }
a { background-color: rgb(242,48,5); }
div.DivClassName
{
background-color: #F23005;
}
.BgClassName
{
background-color: #F23005;
}
</style>
border-color css
<style>
span { border-color: #F23005; }
span { border-color: rgb(242,48,5); }
td.TdClassName
{
border-color: #F23005;
}
.TagClassName
{
border-color: #F23005;
}
</style>