Shades of Radical Red #FD305C
Tints of Radical Red #FD305C
RGB
CMYK
RGB Variations
Color information
#FD305C (or 0xFD305C) is known color: Radical Red. HEX triplet: FD, 30 and 5C. RGB value is (253,48,92). Sum of RGB (Red+Green+Blue) = 253+48+92=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD305C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD305C is #02CFA3. Grayscale: #727272. Windows color (decimal): -184228 or 6041853. OLE color: 6041853.
HSL color Cylindrical-coordinate representation of color #FD305C: hue angle of 347.12º 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 #FD305C is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 92 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.01 |
| HSL | 347.12º | 0.98% | 0.59% | - |
| HSV(B) | 347.12º | 0.81% | 0.99% | - |
| XYZ | 43.5 | 23.77 | 12.42 | - |
| YUV | 114.31 | 115.42 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 92 | 0 | 0.81 | 0.64 | 0.01 | 347.12 | 0.98 | 0.59 |
| Hex | FD | 30 | 5C | 0 | 51 | 40 | 1 | 15B | 62 | 3B |
| Octal | 375 | 60 | 134 | 0 | 121 | 100 | 1 | 533 | 142 | 73 |
| Binary | 11111101 | 110000 | 1011100 | 0 | 1010001 | 1000000 | 1 | 101011011 | 1100010 | 111011 |
Color Harmonies of #FD305C
Complementary color
Monochromatic Colors of #FD305C
Black with #FD305C
Text Example
Text Example
White with #FD305C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD305C; }
p { color: rgb(253,48,92); }
H1.HeaderClassName
{
color: #FD305C;
}
.AnyTagClassName
{
color: #FD305C;
}
</style>
background-color css
<style>
a { background-color: #FD305C; }
a { background-color: rgb(253,48,92); }
div.DivClassName
{
background-color: #FD305C;
}
.BgClassName
{
background-color: #FD305C;
}
</style>
border-color css
<style>
span { border-color: #FD305C; }
span { border-color: rgb(253,48,92); }
td.TdClassName
{
border-color: #FD305C;
}
.TagClassName
{
border-color: #FD305C;
}
</style>