Shades of Radical Red #FD334C
Tints of Radical Red #FD334C
RGB
CMYK
RGB Variations
Color information
#FD334C (or 0xFD334C) is known color: Radical Red. HEX triplet: FD, 33 and 4C. RGB value is (253,51,76). Sum of RGB (Red+Green+Blue) = 253+51+76=380 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.58% from 380); Green value is 51 (20.31% from 255 or 13.42% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 253 - color contains mainly: red. Hex color #FD334C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD334C is #02CCB3. Grayscale: #727272. Windows color (decimal): -183476 or 4994045. OLE color: 4994045.
HSL color Cylindrical-coordinate representation of color #FD334C: hue angle of 352.57º 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 #FD334C is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 51 | 76 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.01 |
| HSL | 352.57º | 0.98% | 0.6% | - |
| HSV(B) | 352.57º | 0.8% | 0.99% | - |
| XYZ | 43 | 23.77 | 9.16 | - |
| YUV | 114.25 | 106.42 | 226.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 51 | 76 | 0 | 0.80 | 0.70 | 0.01 | 352.57 | 0.98 | 0.6 |
| Hex | FD | 33 | 4C | 0 | 50 | 46 | 1 | 161 | 62 | 3C |
| Octal | 375 | 63 | 114 | 0 | 120 | 106 | 1 | 541 | 142 | 74 |
| Binary | 11111101 | 110011 | 1001100 | 0 | 1010000 | 1000110 | 1 | 101100001 | 1100010 | 111100 |
Color Harmonies of #FD334C
Complementary color
Monochromatic Colors of #FD334C
Black with #FD334C
Text Example
Text Example
White with #FD334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD334C; }
p { color: rgb(253,51,76); }
H1.HeaderClassName
{
color: #FD334C;
}
.AnyTagClassName
{
color: #FD334C;
}
</style>
background-color css
<style>
a { background-color: #FD334C; }
a { background-color: rgb(253,51,76); }
div.DivClassName
{
background-color: #FD334C;
}
.BgClassName
{
background-color: #FD334C;
}
</style>
border-color css
<style>
span { border-color: #FD334C; }
span { border-color: rgb(253,51,76); }
td.TdClassName
{
border-color: #FD334C;
}
.TagClassName
{
border-color: #FD334C;
}
</style>