Shades of Radical Red #FF1B5F
Tints of Radical Red #FF1B5F
RGB
CMYK
RGB Variations
Color information
#FF1B5F (or 0xFF1B5F) is known color: Radical Red. HEX triplet: FF, 1B and 5F. RGB value is (255,27,95). Sum of RGB (Red+Green+Blue) = 255+27+95=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 27 (10.94% from 255 or 7.16% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B5F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1B5F is #00E4A0. Grayscale: #666666. Windows color (decimal): -58529 or 6233087. OLE color: 6233087.
HSL color Cylindrical-coordinate representation of color #FF1B5F: hue angle of 342.11º 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 #FF1B5F is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 95 | - |
| CMYK | 0 | 0.89 | 0.63 | 0 |
| HSL | 342.11º | 1% | 0.55% | - |
| HSV(B) | 342.11º | 0.89% | 1% | - |
| XYZ | 43.7 | 22.87 | 12.94 | - |
| YUV | 102.92 | 123.54 | 236.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 95 | 0 | 0.89 | 0.63 | 0 | 342.11 | 1 | 0.55 |
| Hex | FF | 1B | 5F | 0 | 59 | 3F | 0 | 156 | 64 | 37 |
| Octal | 377 | 33 | 137 | 0 | 131 | 77 | 0 | 526 | 144 | 67 |
| Binary | 11111111 | 11011 | 1011111 | 0 | 1011001 | 111111 | 0 | 101010110 | 1100100 | 110111 |
Color Harmonies of #FF1B5F
Complementary color
Monochromatic Colors of #FF1B5F
Black with #FF1B5F
Text Example
Text Example
White with #FF1B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B5F; }
p { color: rgb(255,27,95); }
H1.HeaderClassName
{
color: #FF1B5F;
}
.AnyTagClassName
{
color: #FF1B5F;
}
</style>
background-color css
<style>
a { background-color: #FF1B5F; }
a { background-color: rgb(255,27,95); }
div.DivClassName
{
background-color: #FF1B5F;
}
.BgClassName
{
background-color: #FF1B5F;
}
</style>
border-color css
<style>
span { border-color: #FF1B5F; }
span { border-color: rgb(255,27,95); }
td.TdClassName
{
border-color: #FF1B5F;
}
.TagClassName
{
border-color: #FF1B5F;
}
</style>