Shades of Radical Red #FF1866
Tints of Radical Red #FF1866
RGB
CMYK
RGB Variations
Color information
#FF1866 (or 0xFF1866) is known color: Radical Red. HEX triplet: FF, 18 and 66. RGB value is (255,24,102). Sum of RGB (Red+Green+Blue) = 255+24+102=381 (50% of max value = 765). Red value is 255 (100% from 255 or 66.93% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1866 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1866 is #00E799. Grayscale: #656565. Windows color (decimal): -59290 or 6691071. OLE color: 6691071.
HSL color Cylindrical-coordinate representation of color #FF1866: hue angle of 339.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1866 is Cyan = 0, Magento = 0.91, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 102 | - |
| CMYK | 0 | 0.91 | 0.6 | 0 |
| HSL | 339.74º | 1% | 0.55% | - |
| HSV(B) | 339.74º | 0.91% | 1% | - |
| XYZ | 43.96 | 22.87 | 14.67 | - |
| YUV | 101.96 | 128.03 | 237.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 102 | 0 | 0.91 | 0.6 | 0 | 339.74 | 1 | 0.55 |
| Hex | FF | 18 | 66 | 0 | 5B | 3C | 0 | 154 | 64 | 37 |
| Octal | 377 | 30 | 146 | 0 | 133 | 74 | 0 | 524 | 144 | 67 |
| Binary | 11111111 | 11000 | 1100110 | 0 | 1011011 | 111100 | 0 | 101010100 | 1100100 | 110111 |
Color Harmonies of #FF1866
Complementary color
Monochromatic Colors of #FF1866
Black with #FF1866
Text Example
Text Example
White with #FF1866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1866; }
p { color: rgb(255,24,102); }
H1.HeaderClassName
{
color: #FF1866;
}
.AnyTagClassName
{
color: #FF1866;
}
</style>
background-color css
<style>
a { background-color: #FF1866; }
a { background-color: rgb(255,24,102); }
div.DivClassName
{
background-color: #FF1866;
}
.BgClassName
{
background-color: #FF1866;
}
</style>
border-color css
<style>
span { border-color: #FF1866; }
span { border-color: rgb(255,24,102); }
td.TdClassName
{
border-color: #FF1866;
}
.TagClassName
{
border-color: #FF1866;
}
</style>