Shades of Radical Red #FA2162
Tints of Radical Red #FA2162
RGB
CMYK
RGB Variations
Color information
#FA2162 (or 0xFA2162) is known color: Radical Red. HEX triplet: FA, 21 and 62. RGB value is (250,33,98). Sum of RGB (Red+Green+Blue) = 250+33+98=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2162 is #05DE9D. Grayscale: #696969. Windows color (decimal): -384670 or 6431226. OLE color: 6431226.
HSL color Cylindrical-coordinate representation of color #FA2162: hue angle of 342.03º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA2162 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 98 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.02 |
| HSL | 342.03º | 0.96% | 0.55% | - |
| HSV(B) | 342.03º | 0.87% | 0.98% | - |
| XYZ | 42.17 | 22.29 | 13.64 | - |
| YUV | 105.29 | 123.89 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 98 | 0 | 0.87 | 0.61 | 0.02 | 342.03 | 0.96 | 0.55 |
| Hex | FA | 21 | 62 | 0 | 57 | 3D | 2 | 156 | 60 | 37 |
| Octal | 372 | 41 | 142 | 0 | 127 | 75 | 2 | 526 | 140 | 67 |
| Binary | 11111010 | 100001 | 1100010 | 0 | 1010111 | 111101 | 10 | 101010110 | 1100000 | 110111 |
Color Harmonies of #FA2162
Complementary color
Monochromatic Colors of #FA2162
Black with #FA2162
Text Example
Text Example
White with #FA2162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2162; }
p { color: rgb(250,33,98); }
H1.HeaderClassName
{
color: #FA2162;
}
.AnyTagClassName
{
color: #FA2162;
}
</style>
background-color css
<style>
a { background-color: #FA2162; }
a { background-color: rgb(250,33,98); }
div.DivClassName
{
background-color: #FA2162;
}
.BgClassName
{
background-color: #FA2162;
}
</style>
border-color css
<style>
span { border-color: #FA2162; }
span { border-color: rgb(250,33,98); }
td.TdClassName
{
border-color: #FA2162;
}
.TagClassName
{
border-color: #FA2162;
}
</style>