Shades of Radical Red #FF1C6D
Tints of Radical Red #FF1C6D
RGB
CMYK
RGB Variations
Color information
#FF1C6D (or 0xFF1C6D) is known color: Radical Red. HEX triplet: FF, 1C and 6D. RGB value is (255,28,109). Sum of RGB (Red+Green+Blue) = 255+28+109=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 109 (42.97% from 255 or 27.81% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1C6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1C6D is #00E392. Grayscale: #696969. Windows color (decimal): -58259 or 7150847. OLE color: 7150847.
HSL color Cylindrical-coordinate representation of color #FF1C6D: hue angle of 338.59º 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 #FF1C6D is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 28 | 109 | - |
| CMYK | 0 | 0.89 | 0.57 | 0 |
| HSL | 338.59º | 1% | 0.55% | - |
| HSV(B) | 338.59º | 0.89% | 1% | - |
| XYZ | 44.42 | 23.19 | 16.6 | - |
| YUV | 105.11 | 130.21 | 234.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 28 | 109 | 0 | 0.89 | 0.57 | 0 | 338.59 | 1 | 0.55 |
| Hex | FF | 1C | 6D | 0 | 59 | 39 | 0 | 153 | 64 | 37 |
| Octal | 377 | 34 | 155 | 0 | 131 | 71 | 0 | 523 | 144 | 67 |
| Binary | 11111111 | 11100 | 1101101 | 0 | 1011001 | 111001 | 0 | 101010011 | 1100100 | 110111 |
Color Harmonies of #FF1C6D
Complementary color
Monochromatic Colors of #FF1C6D
Black with #FF1C6D
Text Example
Text Example
White with #FF1C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1C6D; }
p { color: rgb(255,28,109); }
H1.HeaderClassName
{
color: #FF1C6D;
}
.AnyTagClassName
{
color: #FF1C6D;
}
</style>
background-color css
<style>
a { background-color: #FF1C6D; }
a { background-color: rgb(255,28,109); }
div.DivClassName
{
background-color: #FF1C6D;
}
.BgClassName
{
background-color: #FF1C6D;
}
</style>
border-color css
<style>
span { border-color: #FF1C6D; }
span { border-color: rgb(255,28,109); }
td.TdClassName
{
border-color: #FF1C6D;
}
.TagClassName
{
border-color: #FF1C6D;
}
</style>