Shades of Scarlet #F22600
Tints of Scarlet #F22600
RGB
CMYK
RGB Variations
Color information
#F22600 (or 0xF22600) is known color: Scarlet. HEX triplet: F2, 26 and 00. RGB value is (242,38,0). Sum of RGB (Red+Green+Blue) = 242+38+0=280 (37% of max value = 765). Red value is 242 (94.92% from 255 or 86.43% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 0 (0.39% from 255 or 0% from 280); Max value from RGB is 242 - color contains mainly: red. Hex color #F22600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F22600 is #0DD9FF. Grayscale: #5F5F5F. Windows color (decimal): -907776 or 9970. OLE color: 9970.
HSL color Cylindrical-coordinate representation of color #F22600: hue angle of 9.42º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F22600 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 38 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.05 |
| HSL | 9.42º | 1% | 0.47% | - |
| HSV(B) | 9.42º | 1% | 0.95% | - |
| XYZ | 37.31 | 20.26 | 1.94 | - |
| YUV | 94.66 | 74.59 | 233.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 38 | 0 | 0 | 0.84 | 1 | 0.05 | 9.42 | 1 | 0.47 |
| Hex | F2 | 26 | 0 | 0 | 54 | 64 | 5 | 9 | 64 | 2F |
| Octal | 362 | 46 | 0 | 0 | 124 | 144 | 5 | 11 | 144 | 57 |
| Binary | 11110010 | 100110 | 0 | 0 | 1010100 | 1100100 | 101 | 1001 | 1100100 | 101111 |
Color Harmonies of #F22600
Complementary color
Monochromatic Colors of #F22600
Black with #F22600
Text Example
Text Example
White with #F22600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22600; }
p { color: rgb(242,38,0); }
H1.HeaderClassName
{
color: #F22600;
}
.AnyTagClassName
{
color: #F22600;
}
</style>
background-color css
<style>
a { background-color: #F22600; }
a { background-color: rgb(242,38,0); }
div.DivClassName
{
background-color: #F22600;
}
.BgClassName
{
background-color: #F22600;
}
</style>
border-color css
<style>
span { border-color: #F22600; }
span { border-color: rgb(242,38,0); }
td.TdClassName
{
border-color: #F22600;
}
.TagClassName
{
border-color: #F22600;
}
</style>