Shades of Radical Red #FF1E6B
Tints of Radical Red #FF1E6B
RGB
CMYK
RGB Variations
Color information
#FF1E6B (or 0xFF1E6B) is known color: Radical Red. HEX triplet: FF, 1E and 6B. RGB value is (255,30,107). Sum of RGB (Red+Green+Blue) = 255+30+107=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1E6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1E6B is #00E194. Grayscale: #696969. Windows color (decimal): -57749 or 7020287. OLE color: 7020287.
HSL color Cylindrical-coordinate representation of color #FF1E6B: hue angle of 339.47º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1E6B is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 30 | 107 | - |
| CMYK | 0 | 0.88 | 0.58 | 0 |
| HSL | 339.47º | 1% | 0.56% | - |
| HSV(B) | 339.47º | 0.88% | 1% | - |
| XYZ | 44.36 | 23.25 | 16.06 | - |
| YUV | 106.05 | 128.54 | 234.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 30 | 107 | 0 | 0.88 | 0.58 | 0 | 339.47 | 1 | 0.56 |
| Hex | FF | 1E | 6B | 0 | 58 | 3A | 0 | 153 | 64 | 38 |
| Octal | 377 | 36 | 153 | 0 | 130 | 72 | 0 | 523 | 144 | 70 |
| Binary | 11111111 | 11110 | 1101011 | 0 | 1011000 | 111010 | 0 | 101010011 | 1100100 | 111000 |
Color Harmonies of #FF1E6B
Complementary color
Monochromatic Colors of #FF1E6B
Black with #FF1E6B
Text Example
Text Example
White with #FF1E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1E6B; }
p { color: rgb(255,30,107); }
H1.HeaderClassName
{
color: #FF1E6B;
}
.AnyTagClassName
{
color: #FF1E6B;
}
</style>
background-color css
<style>
a { background-color: #FF1E6B; }
a { background-color: rgb(255,30,107); }
div.DivClassName
{
background-color: #FF1E6B;
}
.BgClassName
{
background-color: #FF1E6B;
}
</style>
border-color css
<style>
span { border-color: #FF1E6B; }
span { border-color: rgb(255,30,107); }
td.TdClassName
{
border-color: #FF1E6B;
}
.TagClassName
{
border-color: #FF1E6B;
}
</style>