Shades of Radical Red #FD296E
Tints of Radical Red #FD296E
RGB
CMYK
RGB Variations
Color information
#FD296E (or 0xFD296E) is known color: Radical Red. HEX triplet: FD, 29 and 6E. RGB value is (253,41,110). Sum of RGB (Red+Green+Blue) = 253+41+110=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 41 (16.41% from 255 or 10.15% from 404); Blue value is 110 (43.36% from 255 or 27.23% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD296E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD296E is #02D691. Grayscale: #707070. Windows color (decimal): -186002 or 7219709. OLE color: 7219709.
HSL color Cylindrical-coordinate representation of color #FD296E: hue angle of 340.47º 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 #FD296E is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 110 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.01 |
| HSL | 340.47º | 0.98% | 0.58% | - |
| HSV(B) | 340.47º | 0.84% | 0.99% | - |
| XYZ | 44.12 | 23.59 | 16.98 | - |
| YUV | 112.25 | 126.74 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 110 | 0 | 0.84 | 0.57 | 0.01 | 340.47 | 0.98 | 0.58 |
| Hex | FD | 29 | 6E | 0 | 54 | 39 | 1 | 154 | 62 | 3A |
| Octal | 375 | 51 | 156 | 0 | 124 | 71 | 1 | 524 | 142 | 72 |
| Binary | 11111101 | 101001 | 1101110 | 0 | 1010100 | 111001 | 1 | 101010100 | 1100010 | 111010 |
Color Harmonies of #FD296E
Complementary color
Monochromatic Colors of #FD296E
Black with #FD296E
Text Example
Text Example
White with #FD296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD296E; }
p { color: rgb(253,41,110); }
H1.HeaderClassName
{
color: #FD296E;
}
.AnyTagClassName
{
color: #FD296E;
}
</style>
background-color css
<style>
a { background-color: #FD296E; }
a { background-color: rgb(253,41,110); }
div.DivClassName
{
background-color: #FD296E;
}
.BgClassName
{
background-color: #FD296E;
}
</style>
border-color css
<style>
span { border-color: #FD296E; }
span { border-color: rgb(253,41,110); }
td.TdClassName
{
border-color: #FD296E;
}
.TagClassName
{
border-color: #FD296E;
}
</style>