Shades of Radical Red #FF1B59
Tints of Radical Red #FF1B59
RGB
CMYK
RGB Variations
Color information
#FF1B59 (or 0xFF1B59) is known color: Radical Red. HEX triplet: FF, 1B and 59. RGB value is (255,27,89). Sum of RGB (Red+Green+Blue) = 255+27+89=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1B59 is #00E4A6. Grayscale: #666666. Windows color (decimal): -58535 or 5839871. OLE color: 5839871.
HSL color Cylindrical-coordinate representation of color #FF1B59: hue angle of 343.68º 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 #FF1B59 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 89 | - |
| CMYK | 0 | 0.89 | 0.65 | 0 |
| HSL | 343.68º | 1% | 0.55% | - |
| HSV(B) | 343.68º | 0.89% | 1% | - |
| XYZ | 43.44 | 22.77 | 11.56 | - |
| YUV | 102.24 | 120.54 | 236.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 89 | 0 | 0.89 | 0.65 | 0 | 343.68 | 1 | 0.55 |
| Hex | FF | 1B | 59 | 0 | 59 | 41 | 0 | 158 | 64 | 37 |
| Octal | 377 | 33 | 131 | 0 | 131 | 101 | 0 | 530 | 144 | 67 |
| Binary | 11111111 | 11011 | 1011001 | 0 | 1011001 | 1000001 | 0 | 101011000 | 1100100 | 110111 |
Color Harmonies of #FF1B59
Complementary color
Monochromatic Colors of #FF1B59
Black with #FF1B59
Text Example
Text Example
White with #FF1B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B59; }
p { color: rgb(255,27,89); }
H1.HeaderClassName
{
color: #FF1B59;
}
.AnyTagClassName
{
color: #FF1B59;
}
</style>
background-color css
<style>
a { background-color: #FF1B59; }
a { background-color: rgb(255,27,89); }
div.DivClassName
{
background-color: #FF1B59;
}
.BgClassName
{
background-color: #FF1B59;
}
</style>
border-color css
<style>
span { border-color: #FF1B59; }
span { border-color: rgb(255,27,89); }
td.TdClassName
{
border-color: #FF1B59;
}
.TagClassName
{
border-color: #FF1B59;
}
</style>