Shades of Radical Red #FD304A
Tints of Radical Red #FD304A
RGB
CMYK
RGB Variations
Color information
#FD304A (or 0xFD304A) is known color: Radical Red. HEX triplet: FD, 30 and 4A. RGB value is (253,48,74). Sum of RGB (Red+Green+Blue) = 253+48+74=375 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.47% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 74 (29.30% from 255 or 19.73% from 375); Max value from RGB is 253 - color contains mainly: red. Hex color #FD304A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FD304A is #02CFB5. Grayscale: #707070. Windows color (decimal): -184246 or 4862205. OLE color: 4862205.
HSL color Cylindrical-coordinate representation of color #FD304A: hue angle of 352.39º 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 #FD304A is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 48 | 74 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.01 |
| HSL | 352.39º | 0.98% | 0.59% | - |
| HSV(B) | 352.39º | 0.81% | 0.99% | - |
| XYZ | 42.8 | 23.49 | 8.76 | - |
| YUV | 112.26 | 106.42 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 48 | 74 | 0 | 0.81 | 0.71 | 0.01 | 352.39 | 0.98 | 0.59 |
| Hex | FD | 30 | 4A | 0 | 51 | 47 | 1 | 160 | 62 | 3B |
| Octal | 375 | 60 | 112 | 0 | 121 | 107 | 1 | 540 | 142 | 73 |
| Binary | 11111101 | 110000 | 1001010 | 0 | 1010001 | 1000111 | 1 | 101100000 | 1100010 | 111011 |
Color Harmonies of #FD304A
Complementary color
Monochromatic Colors of #FD304A
Black with #FD304A
Text Example
Text Example
White with #FD304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD304A; }
p { color: rgb(253,48,74); }
H1.HeaderClassName
{
color: #FD304A;
}
.AnyTagClassName
{
color: #FD304A;
}
</style>
background-color css
<style>
a { background-color: #FD304A; }
a { background-color: rgb(253,48,74); }
div.DivClassName
{
background-color: #FD304A;
}
.BgClassName
{
background-color: #FD304A;
}
</style>
border-color css
<style>
span { border-color: #FD304A; }
span { border-color: rgb(253,48,74); }
td.TdClassName
{
border-color: #FD304A;
}
.TagClassName
{
border-color: #FD304A;
}
</style>