Shades of Radical Red #FD416D
Tints of Radical Red #FD416D
RGB
CMYK
RGB Variations
Color information
#FD416D (or 0xFD416D) is known color: Radical Red. HEX triplet: FD, 41 and 6D. RGB value is (253,65,109). Sum of RGB (Red+Green+Blue) = 253+65+109=427 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.25% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 253 - color contains mainly: red. Hex color #FD416D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD416D is #02BE92. Grayscale: #7E7E7E. Windows color (decimal): -179859 or 7160317. OLE color: 7160317.
HSL color Cylindrical-coordinate representation of color #FD416D: hue angle of 345.96º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD416D is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 109 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.01 |
| HSL | 345.96º | 0.98% | 0.62% | - |
| HSV(B) | 345.96º | 0.74% | 0.99% | - |
| XYZ | 45.16 | 25.77 | 17.06 | - |
| YUV | 126.23 | 118.28 | 218.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 109 | 0 | 0.74 | 0.57 | 0.01 | 345.96 | 0.98 | 0.62 |
| Hex | FD | 41 | 6D | 0 | 4A | 39 | 1 | 15A | 62 | 3E |
| Octal | 375 | 101 | 155 | 0 | 112 | 71 | 1 | 532 | 142 | 76 |
| Binary | 11111101 | 1000001 | 1101101 | 0 | 1001010 | 111001 | 1 | 101011010 | 1100010 | 111110 |
Color Harmonies of #FD416D
Complementary color
Monochromatic Colors of #FD416D
Black with #FD416D
Text Example
Text Example
White with #FD416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD416D; }
p { color: rgb(253,65,109); }
H1.HeaderClassName
{
color: #FD416D;
}
.AnyTagClassName
{
color: #FD416D;
}
</style>
background-color css
<style>
a { background-color: #FD416D; }
a { background-color: rgb(253,65,109); }
div.DivClassName
{
background-color: #FD416D;
}
.BgClassName
{
background-color: #FD416D;
}
</style>
border-color css
<style>
span { border-color: #FD416D; }
span { border-color: rgb(253,65,109); }
td.TdClassName
{
border-color: #FD416D;
}
.TagClassName
{
border-color: #FD416D;
}
</style>