Shades of Radical Red #FD4666
Tints of Radical Red #FD4666
RGB
CMYK
RGB Variations
Color information
#FD4666 (or 0xFD4666) is known color: Radical Red. HEX triplet: FD, 46 and 66. RGB value is (253,70,102). Sum of RGB (Red+Green+Blue) = 253+70+102=425 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.53% from 425); Green value is 70 (27.73% from 255 or 16.47% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4666 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4666 is #02B999. Grayscale: #808080. Windows color (decimal): -178586 or 6702845. OLE color: 6702845.
HSL color Cylindrical-coordinate representation of color #FD4666: hue angle of 349.51º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD4666 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 70 | 102 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.01 |
| HSL | 349.51º | 0.98% | 0.63% | - |
| HSV(B) | 349.51º | 0.72% | 0.99% | - |
| XYZ | 45.1 | 26.22 | 15.25 | - |
| YUV | 128.37 | 113.13 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 70 | 102 | 0 | 0.72 | 0.60 | 0.01 | 349.51 | 0.98 | 0.63 |
| Hex | FD | 46 | 66 | 0 | 48 | 3C | 1 | 15E | 62 | 3F |
| Octal | 375 | 106 | 146 | 0 | 110 | 74 | 1 | 536 | 142 | 77 |
| Binary | 11111101 | 1000110 | 1100110 | 0 | 1001000 | 111100 | 1 | 101011110 | 1100010 | 111111 |
Color Harmonies of #FD4666
Complementary color
Monochromatic Colors of #FD4666
Black with #FD4666
Text Example
Text Example
White with #FD4666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4666; }
p { color: rgb(253,70,102); }
H1.HeaderClassName
{
color: #FD4666;
}
.AnyTagClassName
{
color: #FD4666;
}
</style>
background-color css
<style>
a { background-color: #FD4666; }
a { background-color: rgb(253,70,102); }
div.DivClassName
{
background-color: #FD4666;
}
.BgClassName
{
background-color: #FD4666;
}
</style>
border-color css
<style>
span { border-color: #FD4666; }
span { border-color: rgb(253,70,102); }
td.TdClassName
{
border-color: #FD4666;
}
.TagClassName
{
border-color: #FD4666;
}
</style>