Shades of Radical Red #FD336D
Tints of Radical Red #FD336D
RGB
CMYK
RGB Variations
Color information
#FD336D (or 0xFD336D) is known color: Radical Red. HEX triplet: FD, 33 and 6D. RGB value is (253,51,109). Sum of RGB (Red+Green+Blue) = 253+51+109=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD336D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD336D is #02CC92. Grayscale: #757575. Windows color (decimal): -183443 or 7156733. OLE color: 7156733.
HSL color Cylindrical-coordinate representation of color #FD336D: hue angle of 342.77º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD336D is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 51 | 109 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.01 |
| HSL | 342.77º | 0.98% | 0.6% | - |
| HSV(B) | 342.77º | 0.8% | 0.99% | - |
| XYZ | 44.45 | 24.35 | 16.83 | - |
| YUV | 118.01 | 122.92 | 224.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 51 | 109 | 0 | 0.80 | 0.57 | 0.01 | 342.77 | 0.98 | 0.6 |
| Hex | FD | 33 | 6D | 0 | 50 | 39 | 1 | 157 | 62 | 3C |
| Octal | 375 | 63 | 155 | 0 | 120 | 71 | 1 | 527 | 142 | 74 |
| Binary | 11111101 | 110011 | 1101101 | 0 | 1010000 | 111001 | 1 | 101010111 | 1100010 | 111100 |
Color Harmonies of #FD336D
Complementary color
Monochromatic Colors of #FD336D
Black with #FD336D
Text Example
Text Example
White with #FD336D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD336D; }
p { color: rgb(253,51,109); }
H1.HeaderClassName
{
color: #FD336D;
}
.AnyTagClassName
{
color: #FD336D;
}
</style>
background-color css
<style>
a { background-color: #FD336D; }
a { background-color: rgb(253,51,109); }
div.DivClassName
{
background-color: #FD336D;
}
.BgClassName
{
background-color: #FD336D;
}
</style>
border-color css
<style>
span { border-color: #FD336D; }
span { border-color: rgb(253,51,109); }
td.TdClassName
{
border-color: #FD336D;
}
.TagClassName
{
border-color: #FD336D;
}
</style>