Shades of Radical Red #FA296A
Tints of Radical Red #FA296A
RGB
CMYK
RGB Variations
Color information
#FA296A (or 0xFA296A) is known color: Radical Red. HEX triplet: FA, 29 and 6A. RGB value is (250,41,106). Sum of RGB (Red+Green+Blue) = 250+41+106=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA296A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA296A is #05D695. Grayscale: #6E6E6E. Windows color (decimal): -382614 or 6957562. OLE color: 6957562.
HSL color Cylindrical-coordinate representation of color #FA296A: hue angle of 341.34º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA296A is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 106 | - |
| CMYK | 0 | 0.84 | 0.58 | 0.02 |
| HSL | 341.34º | 0.95% | 0.57% | - |
| HSV(B) | 341.34º | 0.84% | 0.98% | - |
| XYZ | 42.82 | 22.95 | 15.81 | - |
| YUV | 110.9 | 125.24 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 106 | 0 | 0.84 | 0.58 | 0.02 | 341.34 | 0.95 | 0.57 |
| Hex | FA | 29 | 6A | 0 | 54 | 3A | 2 | 155 | 5F | 39 |
| Octal | 372 | 51 | 152 | 0 | 124 | 72 | 2 | 525 | 137 | 71 |
| Binary | 11111010 | 101001 | 1101010 | 0 | 1010100 | 111010 | 10 | 101010101 | 1011111 | 111001 |
Color Harmonies of #FA296A
Complementary color
Monochromatic Colors of #FA296A
Black with #FA296A
Text Example
Text Example
White with #FA296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA296A; }
p { color: rgb(250,41,106); }
H1.HeaderClassName
{
color: #FA296A;
}
.AnyTagClassName
{
color: #FA296A;
}
</style>
background-color css
<style>
a { background-color: #FA296A; }
a { background-color: rgb(250,41,106); }
div.DivClassName
{
background-color: #FA296A;
}
.BgClassName
{
background-color: #FA296A;
}
</style>
border-color css
<style>
span { border-color: #FA296A; }
span { border-color: rgb(250,41,106); }
td.TdClassName
{
border-color: #FA296A;
}
.TagClassName
{
border-color: #FA296A;
}
</style>