Shades of Scarlet #F23016
Tints of Scarlet #F23016
RGB
CMYK
RGB Variations
Color information
#F23016 (or 0xF23016) is known color: Scarlet. HEX triplet: F2, 30 and 16. RGB value is (242,48,22). Sum of RGB (Red+Green+Blue) = 242+48+22=312 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.56% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 22 (8.98% from 255 or 7.05% from 312); Max value from RGB is 242 - color contains mainly: red. Hex color #F23016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F23016 is #0DCFE9. Grayscale: #676767. Windows color (decimal): -905194 or 1454322. OLE color: 1454322.
HSL color Cylindrical-coordinate representation of color #F23016: hue angle of 7.09º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F23016 is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 48 | 22 | - |
| CMYK | 0 | 0.80 | 0.91 | 0.05 |
| HSL | 7.09º | 0.89% | 0.52% | - |
| HSV(B) | 7.09º | 0.91% | 0.95% | - |
| XYZ | 37.82 | 21.05 | 2.83 | - |
| YUV | 103.04 | 82.27 | 227.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 48 | 22 | 0 | 0.80 | 0.91 | 0.05 | 7.09 | 0.89 | 0.52 |
| Hex | F2 | 30 | 16 | 0 | 50 | 5B | 5 | 7 | 59 | 34 |
| Octal | 362 | 60 | 26 | 0 | 120 | 133 | 5 | 7 | 131 | 64 |
| Binary | 11110010 | 110000 | 10110 | 0 | 1010000 | 1011011 | 101 | 111 | 1011001 | 110100 |
Color Harmonies of #F23016
Complementary color
Monochromatic Colors of #F23016
Black with #F23016
Text Example
Text Example
White with #F23016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F23016; }
p { color: rgb(242,48,22); }
H1.HeaderClassName
{
color: #F23016;
}
.AnyTagClassName
{
color: #F23016;
}
</style>
background-color css
<style>
a { background-color: #F23016; }
a { background-color: rgb(242,48,22); }
div.DivClassName
{
background-color: #F23016;
}
.BgClassName
{
background-color: #F23016;
}
</style>
border-color css
<style>
span { border-color: #F23016; }
span { border-color: rgb(242,48,22); }
td.TdClassName
{
border-color: #F23016;
}
.TagClassName
{
border-color: #F23016;
}
</style>