Shades of Radical Red #FD296C
Tints of Radical Red #FD296C
RGB
CMYK
RGB Variations
Color information
#FD296C (or 0xFD296C) is known color: Radical Red. HEX triplet: FD, 29 and 6C. RGB value is (253,41,108). Sum of RGB (Red+Green+Blue) = 253+41+108=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 108 (42.58% from 255 or 26.87% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD296C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD296C is #02D693. Grayscale: #6F6F6F. Windows color (decimal): -186004 or 7088637. OLE color: 7088637.
HSL color Cylindrical-coordinate representation of color #FD296C: hue angle of 341.04º 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 #FD296C is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 108 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.01 |
| HSL | 341.04º | 0.98% | 0.58% | - |
| HSV(B) | 341.04º | 0.84% | 0.99% | - |
| XYZ | 44.01 | 23.55 | 16.41 | - |
| YUV | 112.03 | 125.74 | 228.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 108 | 0 | 0.84 | 0.57 | 0.01 | 341.04 | 0.98 | 0.58 |
| Hex | FD | 29 | 6C | 0 | 54 | 39 | 1 | 155 | 62 | 3A |
| Octal | 375 | 51 | 154 | 0 | 124 | 71 | 1 | 525 | 142 | 72 |
| Binary | 11111101 | 101001 | 1101100 | 0 | 1010100 | 111001 | 1 | 101010101 | 1100010 | 111010 |
Color Harmonies of #FD296C
Complementary color
Monochromatic Colors of #FD296C
Black with #FD296C
Text Example
Text Example
White with #FD296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD296C; }
p { color: rgb(253,41,108); }
H1.HeaderClassName
{
color: #FD296C;
}
.AnyTagClassName
{
color: #FD296C;
}
</style>
background-color css
<style>
a { background-color: #FD296C; }
a { background-color: rgb(253,41,108); }
div.DivClassName
{
background-color: #FD296C;
}
.BgClassName
{
background-color: #FD296C;
}
</style>
border-color css
<style>
span { border-color: #FD296C; }
span { border-color: rgb(253,41,108); }
td.TdClassName
{
border-color: #FD296C;
}
.TagClassName
{
border-color: #FD296C;
}
</style>