Shades of Radical Red #FF1C66
Tints of Radical Red #FF1C66
RGB
CMYK
RGB Variations
Color information
#FF1C66 (or 0xFF1C66) is known color: Radical Red. HEX triplet: FF, 1C and 66. RGB value is (255,28,102). Sum of RGB (Red+Green+Blue) = 255+28+102=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1C66 is #00E399. Grayscale: #686868. Windows color (decimal): -58266 or 6692095. OLE color: 6692095.
HSL color Cylindrical-coordinate representation of color #FF1C66: hue angle of 340.44º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1C66 is Cyan = 0, Magento = 0.89, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 102 | - |
| CMYK | 0 | 0.89 | 0.6 | 0 |
| HSL | 340.44º | 1% | 0.55% | - |
| HSV(B) | 340.44º | 0.89% | 1% | - |
| XYZ | 44.05 | 23.05 | 14.7 | - |
| YUV | 104.31 | 126.71 | 235.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 102 | 0 | 0.89 | 0.6 | 0 | 340.44 | 1 | 0.55 |
| Hex | FF | 1C | 66 | 0 | 59 | 3C | 0 | 154 | 64 | 37 |
| Octal | 377 | 34 | 146 | 0 | 131 | 74 | 0 | 524 | 144 | 67 |
| Binary | 11111111 | 11100 | 1100110 | 0 | 1011001 | 111100 | 0 | 101010100 | 1100100 | 110111 |
Color Harmonies of #FF1C66
Complementary color
Monochromatic Colors of #FF1C66
Black with #FF1C66
Text Example
Text Example
White with #FF1C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C66; }
p { color: rgb(255,28,102); }
H1.HeaderClassName
{
color: #FF1C66;
}
.AnyTagClassName
{
color: #FF1C66;
}
</style>
background-color css
<style>
a { background-color: #FF1C66; }
a { background-color: rgb(255,28,102); }
div.DivClassName
{
background-color: #FF1C66;
}
.BgClassName
{
background-color: #FF1C66;
}
</style>
border-color css
<style>
span { border-color: #FF1C66; }
span { border-color: rgb(255,28,102); }
td.TdClassName
{
border-color: #FF1C66;
}
.TagClassName
{
border-color: #FF1C66;
}
</style>