Shades of Radical Red #FD305D
Tints of Radical Red #FD305D
RGB
CMYK
RGB Variations
Color information
#FD305D (or 0xFD305D) is known color: Radical Red. HEX triplet: FD, 30 and 5D. RGB value is (253,48,93). Sum of RGB (Red+Green+Blue) = 253+48+93=394 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.21% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 253 - color contains mainly: red. Hex color #FD305D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD305D is #02CFA2. Grayscale: #727272. Windows color (decimal): -184227 or 6107389. OLE color: 6107389.
HSL color Cylindrical-coordinate representation of color #FD305D: hue angle of 346.83º 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 #FD305D is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 93 | - |
| CMYK | 0 | 0.81 | 0.63 | 0.01 |
| HSL | 346.83º | 0.98% | 0.59% | - |
| HSV(B) | 346.83º | 0.81% | 0.99% | - |
| XYZ | 43.54 | 23.79 | 12.65 | - |
| YUV | 114.43 | 115.92 | 226.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 93 | 0 | 0.81 | 0.63 | 0.01 | 346.83 | 0.98 | 0.59 |
| Hex | FD | 30 | 5D | 0 | 51 | 3F | 1 | 15B | 62 | 3B |
| Octal | 375 | 60 | 135 | 0 | 121 | 77 | 1 | 533 | 142 | 73 |
| Binary | 11111101 | 110000 | 1011101 | 0 | 1010001 | 111111 | 1 | 101011011 | 1100010 | 111011 |
Color Harmonies of #FD305D
Complementary color
Monochromatic Colors of #FD305D
Black with #FD305D
Text Example
Text Example
White with #FD305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD305D; }
p { color: rgb(253,48,93); }
H1.HeaderClassName
{
color: #FD305D;
}
.AnyTagClassName
{
color: #FD305D;
}
</style>
background-color css
<style>
a { background-color: #FD305D; }
a { background-color: rgb(253,48,93); }
div.DivClassName
{
background-color: #FD305D;
}
.BgClassName
{
background-color: #FD305D;
}
</style>
border-color css
<style>
span { border-color: #FD305D; }
span { border-color: rgb(253,48,93); }
td.TdClassName
{
border-color: #FD305D;
}
.TagClassName
{
border-color: #FD305D;
}
</style>