Shades of Radical Red #FD304D
Tints of Radical Red #FD304D
RGB
CMYK
RGB Variations
Color information
#FD304D (or 0xFD304D) is known color: Radical Red. HEX triplet: FD, 30 and 4D. RGB value is (253,48,77). Sum of RGB (Red+Green+Blue) = 253+48+77=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 77 (30.47% from 255 or 20.37% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD304D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD304D is #02CFB2. Grayscale: #707070. Windows color (decimal): -184243 or 5058813. OLE color: 5058813.
HSL color Cylindrical-coordinate representation of color #FD304D: hue angle of 351.51º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD304D is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 77 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.01 |
| HSL | 351.51º | 0.98% | 0.59% | - |
| HSV(B) | 351.51º | 0.81% | 0.99% | - |
| XYZ | 42.9 | 23.53 | 9.3 | - |
| YUV | 112.6 | 107.92 | 228.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 77 | 0 | 0.81 | 0.70 | 0.01 | 351.51 | 0.98 | 0.59 |
| Hex | FD | 30 | 4D | 0 | 51 | 46 | 1 | 160 | 62 | 3B |
| Octal | 375 | 60 | 115 | 0 | 121 | 106 | 1 | 540 | 142 | 73 |
| Binary | 11111101 | 110000 | 1001101 | 0 | 1010001 | 1000110 | 1 | 101100000 | 1100010 | 111011 |
Color Harmonies of #FD304D
Complementary color
Monochromatic Colors of #FD304D
Black with #FD304D
Text Example
Text Example
White with #FD304D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD304D; }
p { color: rgb(253,48,77); }
H1.HeaderClassName
{
color: #FD304D;
}
.AnyTagClassName
{
color: #FD304D;
}
</style>
background-color css
<style>
a { background-color: #FD304D; }
a { background-color: rgb(253,48,77); }
div.DivClassName
{
background-color: #FD304D;
}
.BgClassName
{
background-color: #FD304D;
}
</style>
border-color css
<style>
span { border-color: #FD304D; }
span { border-color: rgb(253,48,77); }
td.TdClassName
{
border-color: #FD304D;
}
.TagClassName
{
border-color: #FD304D;
}
</style>