Shades of Radical Red #FF1B6B
Tints of Radical Red #FF1B6B
RGB
CMYK
RGB Variations
Color information
#FF1B6B (or 0xFF1B6B) is known color: Radical Red. HEX triplet: FF, 1B and 6B. RGB value is (255,27,107). Sum of RGB (Red+Green+Blue) = 255+27+107=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1B6B is #00E494. Grayscale: #686868. Windows color (decimal): -58517 or 7019519. OLE color: 7019519.
HSL color Cylindrical-coordinate representation of color #FF1B6B: hue angle of 338.95º 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 #FF1B6B is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 107 | - |
| CMYK | 0 | 0.89 | 0.58 | 0 |
| HSL | 338.95º | 1% | 0.55% | - |
| HSV(B) | 338.95º | 0.89% | 1% | - |
| XYZ | 44.29 | 23.11 | 16.04 | - |
| YUV | 104.29 | 129.54 | 235.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 107 | 0 | 0.89 | 0.58 | 0 | 338.95 | 1 | 0.55 |
| Hex | FF | 1B | 6B | 0 | 59 | 3A | 0 | 153 | 64 | 37 |
| Octal | 377 | 33 | 153 | 0 | 131 | 72 | 0 | 523 | 144 | 67 |
| Binary | 11111111 | 11011 | 1101011 | 0 | 1011001 | 111010 | 0 | 101010011 | 1100100 | 110111 |
Color Harmonies of #FF1B6B
Complementary color
Monochromatic Colors of #FF1B6B
Black with #FF1B6B
Text Example
Text Example
White with #FF1B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B6B; }
p { color: rgb(255,27,107); }
H1.HeaderClassName
{
color: #FF1B6B;
}
.AnyTagClassName
{
color: #FF1B6B;
}
</style>
background-color css
<style>
a { background-color: #FF1B6B; }
a { background-color: rgb(255,27,107); }
div.DivClassName
{
background-color: #FF1B6B;
}
.BgClassName
{
background-color: #FF1B6B;
}
</style>
border-color css
<style>
span { border-color: #FF1B6B; }
span { border-color: rgb(255,27,107); }
td.TdClassName
{
border-color: #FF1B6B;
}
.TagClassName
{
border-color: #FF1B6B;
}
</style>