Shades of Radical Red #FD416C
Tints of Radical Red #FD416C
RGB
CMYK
RGB Variations
Color information
#FD416C (or 0xFD416C) is known color: Radical Red. HEX triplet: FD, 41 and 6C. RGB value is (253,65,108). Sum of RGB (Red+Green+Blue) = 253+65+108=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 108 (42.58% from 255 or 25.35% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FD416C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD416C is #02BE93. Grayscale: #7E7E7E. Windows color (decimal): -179860 or 7094781. OLE color: 7094781.
HSL color Cylindrical-coordinate representation of color #FD416C: hue angle of 346.28º 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 #FD416C is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 108 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.01 |
| HSL | 346.28º | 0.98% | 0.62% | - |
| HSV(B) | 346.28º | 0.74% | 0.99% | - |
| XYZ | 45.11 | 25.75 | 16.78 | - |
| YUV | 126.11 | 117.78 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 108 | 0 | 0.74 | 0.57 | 0.01 | 346.28 | 0.98 | 0.62 |
| Hex | FD | 41 | 6C | 0 | 4A | 39 | 1 | 15A | 62 | 3E |
| Octal | 375 | 101 | 154 | 0 | 112 | 71 | 1 | 532 | 142 | 76 |
| Binary | 11111101 | 1000001 | 1101100 | 0 | 1001010 | 111001 | 1 | 101011010 | 1100010 | 111110 |
Color Harmonies of #FD416C
Complementary color
Monochromatic Colors of #FD416C
Black with #FD416C
Text Example
Text Example
White with #FD416C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD416C; }
p { color: rgb(253,65,108); }
H1.HeaderClassName
{
color: #FD416C;
}
.AnyTagClassName
{
color: #FD416C;
}
</style>
background-color css
<style>
a { background-color: #FD416C; }
a { background-color: rgb(253,65,108); }
div.DivClassName
{
background-color: #FD416C;
}
.BgClassName
{
background-color: #FD416C;
}
</style>
border-color css
<style>
span { border-color: #FD416C; }
span { border-color: rgb(253,65,108); }
td.TdClassName
{
border-color: #FD416C;
}
.TagClassName
{
border-color: #FD416C;
}
</style>