Shades of Radical Red #FD434D
Tints of Radical Red #FD434D
RGB
CMYK
RGB Variations
Color information
#FD434D (or 0xFD434D) is known color: Radical Red. HEX triplet: FD, 43 and 4D. RGB value is (253,67,77). Sum of RGB (Red+Green+Blue) = 253+67+77=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 77 (30.47% from 255 or 19.40% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD434D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD434D is #02BCB2. Grayscale: #7B7B7B. Windows color (decimal): -179379 or 5063677. OLE color: 5063677.
HSL color Cylindrical-coordinate representation of color #FD434D: hue angle of 356.77º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD434D is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 67 | 77 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.01 |
| HSL | 356.77º | 0.98% | 0.63% | - |
| HSV(B) | 356.77º | 0.74% | 0.99% | - |
| XYZ | 43.85 | 25.43 | 9.62 | - |
| YUV | 123.75 | 101.62 | 220.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 67 | 77 | 0 | 0.74 | 0.70 | 0.01 | 356.77 | 0.98 | 0.63 |
| Hex | FD | 43 | 4D | 0 | 4A | 46 | 1 | 165 | 62 | 3F |
| Octal | 375 | 103 | 115 | 0 | 112 | 106 | 1 | 545 | 142 | 77 |
| Binary | 11111101 | 1000011 | 1001101 | 0 | 1001010 | 1000110 | 1 | 101100101 | 1100010 | 111111 |
Color Harmonies of #FD434D
Complementary color
Monochromatic Colors of #FD434D
Black with #FD434D
Text Example
Text Example
White with #FD434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD434D; }
p { color: rgb(253,67,77); }
H1.HeaderClassName
{
color: #FD434D;
}
.AnyTagClassName
{
color: #FD434D;
}
</style>
background-color css
<style>
a { background-color: #FD434D; }
a { background-color: rgb(253,67,77); }
div.DivClassName
{
background-color: #FD434D;
}
.BgClassName
{
background-color: #FD434D;
}
</style>
border-color css
<style>
span { border-color: #FD434D; }
span { border-color: rgb(253,67,77); }
td.TdClassName
{
border-color: #FD434D;
}
.TagClassName
{
border-color: #FD434D;
}
</style>