Shades of Radical Red #FF3466
Tints of Radical Red #FF3466
RGB
CMYK
RGB Variations
Color information
#FF3466 (or 0xFF3466) is known color: Radical Red. HEX triplet: FF, 34 and 66. RGB value is (255,52,102). Sum of RGB (Red+Green+Blue) = 255+52+102=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 52 (20.70% from 255 or 12.71% from 409); Blue value is 102 (40.23% from 255 or 24.94% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3466 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3466 is #00CB99. Grayscale: #767676. Windows color (decimal): -52122 or 6698239. OLE color: 6698239.
HSL color Cylindrical-coordinate representation of color #FF3466: hue angle of 345.22º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3466 is Cyan = 0, Magento = 0.80, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 52 | 102 | - |
| CMYK | 0 | 0.80 | 0.6 | 0 |
| HSL | 345.22º | 1% | 0.6% | - |
| HSV(B) | 345.22º | 0.8% | 1% | - |
| XYZ | 44.87 | 24.68 | 14.97 | - |
| YUV | 118.4 | 118.75 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 52 | 102 | 0 | 0.80 | 0.6 | 0 | 345.22 | 1 | 0.6 |
| Hex | FF | 34 | 66 | 0 | 50 | 3C | 0 | 159 | 64 | 3C |
| Octal | 377 | 64 | 146 | 0 | 120 | 74 | 0 | 531 | 144 | 74 |
| Binary | 11111111 | 110100 | 1100110 | 0 | 1010000 | 111100 | 0 | 101011001 | 1100100 | 111100 |
Color Harmonies of #FF3466
Complementary color
Monochromatic Colors of #FF3466
Black with #FF3466
Text Example
Text Example
White with #FF3466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3466; }
p { color: rgb(255,52,102); }
H1.HeaderClassName
{
color: #FF3466;
}
.AnyTagClassName
{
color: #FF3466;
}
</style>
background-color css
<style>
a { background-color: #FF3466; }
a { background-color: rgb(255,52,102); }
div.DivClassName
{
background-color: #FF3466;
}
.BgClassName
{
background-color: #FF3466;
}
</style>
border-color css
<style>
span { border-color: #FF3466; }
span { border-color: rgb(255,52,102); }
td.TdClassName
{
border-color: #FF3466;
}
.TagClassName
{
border-color: #FF3466;
}
</style>