Shades of Radical Red #FF4A66
Tints of Radical Red #FF4A66
RGB
CMYK
RGB Variations
Color information
#FF4A66 (or 0xFF4A66) is known color: Radical Red. HEX triplet: FF, 4A and 66. RGB value is (255,74,102). Sum of RGB (Red+Green+Blue) = 255+74+102=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 74 (29.30% from 255 or 17.17% from 431); Blue value is 102 (40.23% from 255 or 23.67% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4A66 is #00B599. Grayscale: #838383. Windows color (decimal): -46490 or 6703871. OLE color: 6703871.
HSL color Cylindrical-coordinate representation of color #FF4A66: hue angle of 350.72º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4A66 is Cyan = 0, Magento = 0.71, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 102 | - |
| CMYK | 0 | 0.71 | 0.6 | 0 |
| HSL | 350.72º | 1% | 0.65% | - |
| HSV(B) | 350.72º | 0.71% | 1% | - |
| XYZ | 46.09 | 27.12 | 15.38 | - |
| YUV | 131.31 | 111.47 | 216.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 102 | 0 | 0.71 | 0.6 | 0 | 350.72 | 1 | 0.65 |
| Hex | FF | 4A | 66 | 0 | 47 | 3C | 0 | 15F | 64 | 41 |
| Octal | 377 | 112 | 146 | 0 | 107 | 74 | 0 | 537 | 144 | 101 |
| Binary | 11111111 | 1001010 | 1100110 | 0 | 1000111 | 111100 | 0 | 101011111 | 1100100 | 1000001 |
Color Harmonies of #FF4A66
Complementary color
Monochromatic Colors of #FF4A66
Black with #FF4A66
Text Example
Text Example
White with #FF4A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A66; }
p { color: rgb(255,74,102); }
H1.HeaderClassName
{
color: #FF4A66;
}
.AnyTagClassName
{
color: #FF4A66;
}
</style>
background-color css
<style>
a { background-color: #FF4A66; }
a { background-color: rgb(255,74,102); }
div.DivClassName
{
background-color: #FF4A66;
}
.BgClassName
{
background-color: #FF4A66;
}
</style>
border-color css
<style>
span { border-color: #FF4A66; }
span { border-color: rgb(255,74,102); }
td.TdClassName
{
border-color: #FF4A66;
}
.TagClassName
{
border-color: #FF4A66;
}
</style>