Shades of Radical Red #FD306D
Tints of Radical Red #FD306D
RGB
CMYK
RGB Variations
Color information
#FD306D (or 0xFD306D) is known color: Radical Red. HEX triplet: FD, 30 and 6D. RGB value is (253,48,109). Sum of RGB (Red+Green+Blue) = 253+48+109=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 109 (42.97% from 255 or 26.59% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD306D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD306D is #02CF92. Grayscale: #747474. Windows color (decimal): -184211 or 7155965. OLE color: 7155965.
HSL color Cylindrical-coordinate representation of color #FD306D: hue angle of 342.15º 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 #FD306D is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 109 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.01 |
| HSL | 342.15º | 0.98% | 0.59% | - |
| HSV(B) | 342.15º | 0.81% | 0.99% | - |
| XYZ | 44.33 | 24.1 | 16.78 | - |
| YUV | 116.25 | 123.92 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 109 | 0 | 0.81 | 0.57 | 0.01 | 342.15 | 0.98 | 0.59 |
| Hex | FD | 30 | 6D | 0 | 51 | 39 | 1 | 156 | 62 | 3B |
| Octal | 375 | 60 | 155 | 0 | 121 | 71 | 1 | 526 | 142 | 73 |
| Binary | 11111101 | 110000 | 1101101 | 0 | 1010001 | 111001 | 1 | 101010110 | 1100010 | 111011 |
Color Harmonies of #FD306D
Complementary color
Monochromatic Colors of #FD306D
Black with #FD306D
Text Example
Text Example
White with #FD306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD306D; }
p { color: rgb(253,48,109); }
H1.HeaderClassName
{
color: #FD306D;
}
.AnyTagClassName
{
color: #FD306D;
}
</style>
background-color css
<style>
a { background-color: #FD306D; }
a { background-color: rgb(253,48,109); }
div.DivClassName
{
background-color: #FD306D;
}
.BgClassName
{
background-color: #FD306D;
}
</style>
border-color css
<style>
span { border-color: #FD306D; }
span { border-color: rgb(253,48,109); }
td.TdClassName
{
border-color: #FD306D;
}
.TagClassName
{
border-color: #FD306D;
}
</style>