Shades of Radical Red #FD436D
Tints of Radical Red #FD436D
RGB
CMYK
RGB Variations
Color information
#FD436D (or 0xFD436D) is known color: Radical Red. HEX triplet: FD, 43 and 6D. RGB value is (253,67,109). Sum of RGB (Red+Green+Blue) = 253+67+109=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 109 (42.97% from 255 or 25.41% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD436D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD436D is #02BC92. Grayscale: #7F7F7F. Windows color (decimal): -179347 or 7160829. OLE color: 7160829.
HSL color Cylindrical-coordinate representation of color #FD436D: hue angle of 346.45º 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 #FD436D is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 67 | 109 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.01 |
| HSL | 346.45º | 0.98% | 0.63% | - |
| HSV(B) | 346.45º | 0.74% | 0.99% | - |
| XYZ | 45.28 | 26 | 17.1 | - |
| YUV | 127.4 | 117.62 | 217.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 67 | 109 | 0 | 0.74 | 0.57 | 0.01 | 346.45 | 0.98 | 0.63 |
| Hex | FD | 43 | 6D | 0 | 4A | 39 | 1 | 15A | 62 | 3F |
| Octal | 375 | 103 | 155 | 0 | 112 | 71 | 1 | 532 | 142 | 77 |
| Binary | 11111101 | 1000011 | 1101101 | 0 | 1001010 | 111001 | 1 | 101011010 | 1100010 | 111111 |
Color Harmonies of #FD436D
Complementary color
Monochromatic Colors of #FD436D
Black with #FD436D
Text Example
Text Example
White with #FD436D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD436D; }
p { color: rgb(253,67,109); }
H1.HeaderClassName
{
color: #FD436D;
}
.AnyTagClassName
{
color: #FD436D;
}
</style>
background-color css
<style>
a { background-color: #FD436D; }
a { background-color: rgb(253,67,109); }
div.DivClassName
{
background-color: #FD436D;
}
.BgClassName
{
background-color: #FD436D;
}
</style>
border-color css
<style>
span { border-color: #FD436D; }
span { border-color: rgb(253,67,109); }
td.TdClassName
{
border-color: #FD436D;
}
.TagClassName
{
border-color: #FD436D;
}
</style>