Shades of Radical Red #FD296D
Tints of Radical Red #FD296D
RGB
CMYK
RGB Variations
Color information
#FD296D (or 0xFD296D) is known color: Radical Red. HEX triplet: FD, 29 and 6D. RGB value is (253,41,109). Sum of RGB (Red+Green+Blue) = 253+41+109=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 41 (16.41% from 255 or 10.17% from 403); Blue value is 109 (42.97% from 255 or 27.05% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD296D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD296D is #02D692. Grayscale: #707070. Windows color (decimal): -186003 or 7154173. OLE color: 7154173.
HSL color Cylindrical-coordinate representation of color #FD296D: hue angle of 340.75º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD296D is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 109 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.01 |
| HSL | 340.75º | 0.98% | 0.58% | - |
| HSV(B) | 340.75º | 0.84% | 0.99% | - |
| XYZ | 44.06 | 23.57 | 16.7 | - |
| YUV | 112.14 | 126.24 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 109 | 0 | 0.84 | 0.57 | 0.01 | 340.75 | 0.98 | 0.58 |
| Hex | FD | 29 | 6D | 0 | 54 | 39 | 1 | 155 | 62 | 3A |
| Octal | 375 | 51 | 155 | 0 | 124 | 71 | 1 | 525 | 142 | 72 |
| Binary | 11111101 | 101001 | 1101101 | 0 | 1010100 | 111001 | 1 | 101010101 | 1100010 | 111010 |
Color Harmonies of #FD296D
Complementary color
Monochromatic Colors of #FD296D
Black with #FD296D
Text Example
Text Example
White with #FD296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD296D; }
p { color: rgb(253,41,109); }
H1.HeaderClassName
{
color: #FD296D;
}
.AnyTagClassName
{
color: #FD296D;
}
</style>
background-color css
<style>
a { background-color: #FD296D; }
a { background-color: rgb(253,41,109); }
div.DivClassName
{
background-color: #FD296D;
}
.BgClassName
{
background-color: #FD296D;
}
</style>
border-color css
<style>
span { border-color: #FD296D; }
span { border-color: rgb(253,41,109); }
td.TdClassName
{
border-color: #FD296D;
}
.TagClassName
{
border-color: #FD296D;
}
</style>