Shades of Radical Red #FF4666
Tints of Radical Red #FF4666
RGB
CMYK
RGB Variations
Color information
#FF4666 (or 0xFF4666) is known color: Radical Red. HEX triplet: FF, 46 and 66. RGB value is (255,70,102). Sum of RGB (Red+Green+Blue) = 255+70+102=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 70 (27.73% from 255 or 16.39% from 427); Blue value is 102 (40.23% from 255 or 23.89% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4666 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4666 is #00B999. Grayscale: #818181. Windows color (decimal): -47514 or 6702847. OLE color: 6702847.
HSL color Cylindrical-coordinate representation of color #FF4666: hue angle of 349.62º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4666 is Cyan = 0, Magento = 0.73, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 102 | - |
| CMYK | 0 | 0.73 | 0.6 | 0 |
| HSL | 349.62º | 1% | 0.64% | - |
| HSV(B) | 349.62º | 0.73% | 1% | - |
| XYZ | 45.83 | 26.6 | 15.29 | - |
| YUV | 128.96 | 112.79 | 217.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 102 | 0 | 0.73 | 0.6 | 0 | 349.62 | 1 | 0.64 |
| Hex | FF | 46 | 66 | 0 | 49 | 3C | 0 | 15E | 64 | 40 |
| Octal | 377 | 106 | 146 | 0 | 111 | 74 | 0 | 536 | 144 | 100 |
| Binary | 11111111 | 1000110 | 1100110 | 0 | 1001001 | 111100 | 0 | 101011110 | 1100100 | 1000000 |
Color Harmonies of #FF4666
Complementary color
Monochromatic Colors of #FF4666
Black with #FF4666
Text Example
Text Example
White with #FF4666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4666; }
p { color: rgb(255,70,102); }
H1.HeaderClassName
{
color: #FF4666;
}
.AnyTagClassName
{
color: #FF4666;
}
</style>
background-color css
<style>
a { background-color: #FF4666; }
a { background-color: rgb(255,70,102); }
div.DivClassName
{
background-color: #FF4666;
}
.BgClassName
{
background-color: #FF4666;
}
</style>
border-color css
<style>
span { border-color: #FF4666; }
span { border-color: rgb(255,70,102); }
td.TdClassName
{
border-color: #FF4666;
}
.TagClassName
{
border-color: #FF4666;
}
</style>