Shades of Radical Red #FD334E
Tints of Radical Red #FD334E
RGB
CMYK
RGB Variations
Color information
#FD334E (or 0xFD334E) is known color: Radical Red. HEX triplet: FD, 33 and 4E. RGB value is (253,51,78). Sum of RGB (Red+Green+Blue) = 253+51+78=382 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.23% from 382); Green value is 51 (20.31% from 255 or 13.35% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 253 - color contains mainly: red. Hex color #FD334E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD334E is #02CCB1. Grayscale: #727272. Windows color (decimal): -183474 or 5125117. OLE color: 5125117.
HSL color Cylindrical-coordinate representation of color #FD334E: hue angle of 351.98º 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 #FD334E is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 51 | 78 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.01 |
| HSL | 351.98º | 0.98% | 0.6% | - |
| HSV(B) | 351.98º | 0.8% | 0.99% | - |
| XYZ | 43.07 | 23.8 | 9.53 | - |
| YUV | 114.48 | 107.42 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 51 | 78 | 0 | 0.80 | 0.69 | 0.01 | 351.98 | 0.98 | 0.6 |
| Hex | FD | 33 | 4E | 0 | 50 | 45 | 1 | 160 | 62 | 3C |
| Octal | 375 | 63 | 116 | 0 | 120 | 105 | 1 | 540 | 142 | 74 |
| Binary | 11111101 | 110011 | 1001110 | 0 | 1010000 | 1000101 | 1 | 101100000 | 1100010 | 111100 |
Color Harmonies of #FD334E
Complementary color
Monochromatic Colors of #FD334E
Black with #FD334E
Text Example
Text Example
White with #FD334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD334E; }
p { color: rgb(253,51,78); }
H1.HeaderClassName
{
color: #FD334E;
}
.AnyTagClassName
{
color: #FD334E;
}
</style>
background-color css
<style>
a { background-color: #FD334E; }
a { background-color: rgb(253,51,78); }
div.DivClassName
{
background-color: #FD334E;
}
.BgClassName
{
background-color: #FD334E;
}
</style>
border-color css
<style>
span { border-color: #FD334E; }
span { border-color: rgb(253,51,78); }
td.TdClassName
{
border-color: #FD334E;
}
.TagClassName
{
border-color: #FD334E;
}
</style>