Shades of Radical Red #FF4066
Tints of Radical Red #FF4066
RGB
CMYK
RGB Variations
Color information
#FF4066 (or 0xFF4066) is known color: Radical Red. HEX triplet: FF, 40 and 66. RGB value is (255,64,102). Sum of RGB (Red+Green+Blue) = 255+64+102=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 64 (25.39% from 255 or 15.20% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4066 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4066 is #00BF99. Grayscale: #7D7D7D. Windows color (decimal): -49050 or 6701311. OLE color: 6701311.
HSL color Cylindrical-coordinate representation of color #FF4066: hue angle of 348.06º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4066 is Cyan = 0, Magento = 0.75, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 102 | - |
| CMYK | 0 | 0.75 | 0.6 | 0 |
| HSL | 348.06º | 1% | 0.63% | - |
| HSV(B) | 348.06º | 0.75% | 1% | - |
| XYZ | 45.47 | 25.89 | 15.17 | - |
| YUV | 125.44 | 114.78 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 102 | 0 | 0.75 | 0.6 | 0 | 348.06 | 1 | 0.63 |
| Hex | FF | 40 | 66 | 0 | 4B | 3C | 0 | 15C | 64 | 3F |
| Octal | 377 | 100 | 146 | 0 | 113 | 74 | 0 | 534 | 144 | 77 |
| Binary | 11111111 | 1000000 | 1100110 | 0 | 1001011 | 111100 | 0 | 101011100 | 1100100 | 111111 |
Color Harmonies of #FF4066
Complementary color
Monochromatic Colors of #FF4066
Black with #FF4066
Text Example
Text Example
White with #FF4066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4066; }
p { color: rgb(255,64,102); }
H1.HeaderClassName
{
color: #FF4066;
}
.AnyTagClassName
{
color: #FF4066;
}
</style>
background-color css
<style>
a { background-color: #FF4066; }
a { background-color: rgb(255,64,102); }
div.DivClassName
{
background-color: #FF4066;
}
.BgClassName
{
background-color: #FF4066;
}
</style>
border-color css
<style>
span { border-color: #FF4066; }
span { border-color: rgb(255,64,102); }
td.TdClassName
{
border-color: #FF4066;
}
.TagClassName
{
border-color: #FF4066;
}
</style>