Shades of Radical Red #FA2166
Tints of Radical Red #FA2166
RGB
CMYK
RGB Variations
Color information
#FA2166 (or 0xFA2166) is known color: Radical Red. HEX triplet: FA, 21 and 66. RGB value is (250,33,102). Sum of RGB (Red+Green+Blue) = 250+33+102=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2166 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2166 is #05DE99. Grayscale: #696969. Windows color (decimal): -384666 or 6693370. OLE color: 6693370.
HSL color Cylindrical-coordinate representation of color #FA2166: hue angle of 340.92º 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 #FA2166 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 33 | 102 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.02 |
| HSL | 340.92º | 0.96% | 0.55% | - |
| HSV(B) | 340.92º | 0.87% | 0.98% | - |
| XYZ | 42.37 | 22.37 | 14.66 | - |
| YUV | 105.75 | 125.89 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 33 | 102 | 0 | 0.87 | 0.59 | 0.02 | 340.92 | 0.96 | 0.55 |
| Hex | FA | 21 | 66 | 0 | 57 | 3B | 2 | 155 | 60 | 37 |
| Octal | 372 | 41 | 146 | 0 | 127 | 73 | 2 | 525 | 140 | 67 |
| Binary | 11111010 | 100001 | 1100110 | 0 | 1010111 | 111011 | 10 | 101010101 | 1100000 | 110111 |
Color Harmonies of #FA2166
Complementary color
Monochromatic Colors of #FA2166
Black with #FA2166
Text Example
Text Example
White with #FA2166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2166; }
p { color: rgb(250,33,102); }
H1.HeaderClassName
{
color: #FA2166;
}
.AnyTagClassName
{
color: #FA2166;
}
</style>
background-color css
<style>
a { background-color: #FA2166; }
a { background-color: rgb(250,33,102); }
div.DivClassName
{
background-color: #FA2166;
}
.BgClassName
{
background-color: #FA2166;
}
</style>
border-color css
<style>
span { border-color: #FA2166; }
span { border-color: rgb(250,33,102); }
td.TdClassName
{
border-color: #FA2166;
}
.TagClassName
{
border-color: #FA2166;
}
</style>