Shades of Radical Red #FA296C
Tints of Radical Red #FA296C
RGB
CMYK
RGB Variations
Color information
#FA296C (or 0xFA296C) is known color: Radical Red. HEX triplet: FA, 29 and 6C. RGB value is (250,41,108). Sum of RGB (Red+Green+Blue) = 250+41+108=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 41 (16.41% from 255 or 10.28% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA296C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA296C is #05D693. Grayscale: #6F6F6F. Windows color (decimal): -382612 or 7088634. OLE color: 7088634.
HSL color Cylindrical-coordinate representation of color #FA296C: hue angle of 340.77º 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 #FA296C is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 108 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.02 |
| HSL | 340.77º | 0.95% | 0.57% | - |
| HSV(B) | 340.77º | 0.84% | 0.98% | - |
| XYZ | 42.92 | 22.99 | 16.36 | - |
| YUV | 111.13 | 126.24 | 227.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 108 | 0 | 0.84 | 0.57 | 0.02 | 340.77 | 0.95 | 0.57 |
| Hex | FA | 29 | 6C | 0 | 54 | 39 | 2 | 155 | 5F | 39 |
| Octal | 372 | 51 | 154 | 0 | 124 | 71 | 2 | 525 | 137 | 71 |
| Binary | 11111010 | 101001 | 1101100 | 0 | 1010100 | 111001 | 10 | 101010101 | 1011111 | 111001 |
Color Harmonies of #FA296C
Complementary color
Monochromatic Colors of #FA296C
Black with #FA296C
Text Example
Text Example
White with #FA296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA296C; }
p { color: rgb(250,41,108); }
H1.HeaderClassName
{
color: #FA296C;
}
.AnyTagClassName
{
color: #FA296C;
}
</style>
background-color css
<style>
a { background-color: #FA296C; }
a { background-color: rgb(250,41,108); }
div.DivClassName
{
background-color: #FA296C;
}
.BgClassName
{
background-color: #FA296C;
}
</style>
border-color css
<style>
span { border-color: #FA296C; }
span { border-color: rgb(250,41,108); }
td.TdClassName
{
border-color: #FA296C;
}
.TagClassName
{
border-color: #FA296C;
}
</style>