Shades of Scarlet #FA2016
Tints of Scarlet #FA2016
RGB
CMYK
RGB Variations
Color information
#FA2016 (or 0xFA2016) is known color: Scarlet. HEX triplet: FA, 20 and 16. RGB value is (250,32,22). Sum of RGB (Red+Green+Blue) = 250+32+22=304 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.24% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2016 is #05DFE9. Grayscale: #606060. Windows color (decimal): -385002 or 1450234. OLE color: 1450234.
HSL color Cylindrical-coordinate representation of color #FA2016: hue angle of 2.63º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA2016 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 22 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.02 |
| HSL | 2.63º | 0.96% | 0.53% | - |
| HSV(B) | 2.63º | 0.91% | 0.98% | - |
| XYZ | 40.09 | 21.41 | 2.78 | - |
| YUV | 96.04 | 86.22 | 237.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 22 | 0 | 0.87 | 0.91 | 0.02 | 2.63 | 0.96 | 0.53 |
| Hex | FA | 20 | 16 | 0 | 57 | 5B | 2 | 3 | 60 | 35 |
| Octal | 372 | 40 | 26 | 0 | 127 | 133 | 2 | 3 | 140 | 65 |
| Binary | 11111010 | 100000 | 10110 | 0 | 1010111 | 1011011 | 10 | 11 | 1100000 | 110101 |
Color Harmonies of #FA2016
Complementary color
Monochromatic Colors of #FA2016
Black with #FA2016
Text Example
Text Example
White with #FA2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2016; }
p { color: rgb(250,32,22); }
H1.HeaderClassName
{
color: #FA2016;
}
.AnyTagClassName
{
color: #FA2016;
}
</style>
background-color css
<style>
a { background-color: #FA2016; }
a { background-color: rgb(250,32,22); }
div.DivClassName
{
background-color: #FA2016;
}
.BgClassName
{
background-color: #FA2016;
}
</style>
border-color css
<style>
span { border-color: #FA2016; }
span { border-color: rgb(250,32,22); }
td.TdClassName
{
border-color: #FA2016;
}
.TagClassName
{
border-color: #FA2016;
}
</style>