Shades of Radical Red #FF1C68
Tints of Radical Red #FF1C68
RGB
CMYK
RGB Variations
Color information
#FF1C68 (or 0xFF1C68) is known color: Radical Red. HEX triplet: FF, 1C and 68. RGB value is (255,28,104). Sum of RGB (Red+Green+Blue) = 255+28+104=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1C68 is #00E397. Grayscale: #686868. Windows color (decimal): -58264 or 6823167. OLE color: 6823167.
HSL color Cylindrical-coordinate representation of color #FF1C68: hue angle of 339.91º 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 #FF1C68 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 104 | - |
| CMYK | 0 | 0.89 | 0.59 | 0 |
| HSL | 339.91º | 1% | 0.55% | - |
| HSV(B) | 339.91º | 0.89% | 1% | - |
| XYZ | 44.15 | 23.09 | 15.23 | - |
| YUV | 104.54 | 127.71 | 235.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 104 | 0 | 0.89 | 0.59 | 0 | 339.91 | 1 | 0.55 |
| Hex | FF | 1C | 68 | 0 | 59 | 3B | 0 | 154 | 64 | 37 |
| Octal | 377 | 34 | 150 | 0 | 131 | 73 | 0 | 524 | 144 | 67 |
| Binary | 11111111 | 11100 | 1101000 | 0 | 1011001 | 111011 | 0 | 101010100 | 1100100 | 110111 |
Color Harmonies of #FF1C68
Complementary color
Monochromatic Colors of #FF1C68
Black with #FF1C68
Text Example
Text Example
White with #FF1C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C68; }
p { color: rgb(255,28,104); }
H1.HeaderClassName
{
color: #FF1C68;
}
.AnyTagClassName
{
color: #FF1C68;
}
</style>
background-color css
<style>
a { background-color: #FF1C68; }
a { background-color: rgb(255,28,104); }
div.DivClassName
{
background-color: #FF1C68;
}
.BgClassName
{
background-color: #FF1C68;
}
</style>
border-color css
<style>
span { border-color: #FF1C68; }
span { border-color: rgb(255,28,104); }
td.TdClassName
{
border-color: #FF1C68;
}
.TagClassName
{
border-color: #FF1C68;
}
</style>