Shades of Scarlet #F2250A
Tints of Scarlet #F2250A
RGB
CMYK
RGB Variations
Color information
#F2250A (or 0xF2250A) is known color: Scarlet. HEX triplet: F2, 25 and 0A. RGB value is (242,37,10). Sum of RGB (Red+Green+Blue) = 242+37+10=289 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.74% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 10 (4.30% from 255 or 3.46% from 289); Max value from RGB is 242 - color contains mainly: red. Hex color #F2250A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F2250A is #0DDAF5. Grayscale: #5F5F5F. Windows color (decimal): -908022 or 665074. OLE color: 665074.
HSL color Cylindrical-coordinate representation of color #F2250A: hue angle of 6.98º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F2250A is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 37 | 10 | - |
| CMYK | 0 | 0.85 | 0.96 | 0.05 |
| HSL | 6.98º | 0.92% | 0.49% | - |
| HSV(B) | 6.98º | 0.96% | 0.95% | - |
| XYZ | 37.33 | 20.22 | 2.22 | - |
| YUV | 95.22 | 79.92 | 232.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 37 | 10 | 0 | 0.85 | 0.96 | 0.05 | 6.98 | 0.92 | 0.49 |
| Hex | F2 | 25 | A | 0 | 55 | 60 | 5 | 7 | 5C | 31 |
| Octal | 362 | 45 | 12 | 0 | 125 | 140 | 5 | 7 | 134 | 61 |
| Binary | 11110010 | 100101 | 1010 | 0 | 1010101 | 1100000 | 101 | 111 | 1011100 | 110001 |
Color Harmonies of #F2250A
Complementary color
Monochromatic Colors of #F2250A
Black with #F2250A
Text Example
Text Example
White with #F2250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2250A; }
p { color: rgb(242,37,10); }
H1.HeaderClassName
{
color: #F2250A;
}
.AnyTagClassName
{
color: #F2250A;
}
</style>
background-color css
<style>
a { background-color: #F2250A; }
a { background-color: rgb(242,37,10); }
div.DivClassName
{
background-color: #F2250A;
}
.BgClassName
{
background-color: #F2250A;
}
</style>
border-color css
<style>
span { border-color: #F2250A; }
span { border-color: rgb(242,37,10); }
td.TdClassName
{
border-color: #F2250A;
}
.TagClassName
{
border-color: #F2250A;
}
</style>