Shades of Radical Red #FF1B65
Tints of Radical Red #FF1B65
RGB
CMYK
RGB Variations
Color information
#FF1B65 (or 0xFF1B65) is known color: Radical Red. HEX triplet: FF, 1B and 65. RGB value is (255,27,101). Sum of RGB (Red+Green+Blue) = 255+27+101=383 (50% of max value = 765). Red value is 255 (100% from 255 or 66.58% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1B65 is #00E49A. Grayscale: #676767. Windows color (decimal): -58523 or 6626303. OLE color: 6626303.
HSL color Cylindrical-coordinate representation of color #FF1B65: hue angle of 340.53º 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 #FF1B65 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 101 | - |
| CMYK | 0 | 0.89 | 0.60 | 0 |
| HSL | 340.53º | 1% | 0.55% | - |
| HSV(B) | 340.53º | 0.89% | 1% | - |
| XYZ | 43.98 | 22.98 | 14.43 | - |
| YUV | 103.61 | 126.54 | 235.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 101 | 0 | 0.89 | 0.60 | 0 | 340.53 | 1 | 0.55 |
| Hex | FF | 1B | 65 | 0 | 59 | 3C | 0 | 155 | 64 | 37 |
| Octal | 377 | 33 | 145 | 0 | 131 | 74 | 0 | 525 | 144 | 67 |
| Binary | 11111111 | 11011 | 1100101 | 0 | 1011001 | 111100 | 0 | 101010101 | 1100100 | 110111 |
Color Harmonies of #FF1B65
Complementary color
Monochromatic Colors of #FF1B65
Black with #FF1B65
Text Example
Text Example
White with #FF1B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B65; }
p { color: rgb(255,27,101); }
H1.HeaderClassName
{
color: #FF1B65;
}
.AnyTagClassName
{
color: #FF1B65;
}
</style>
background-color css
<style>
a { background-color: #FF1B65; }
a { background-color: rgb(255,27,101); }
div.DivClassName
{
background-color: #FF1B65;
}
.BgClassName
{
background-color: #FF1B65;
}
</style>
border-color css
<style>
span { border-color: #FF1B65; }
span { border-color: rgb(255,27,101); }
td.TdClassName
{
border-color: #FF1B65;
}
.TagClassName
{
border-color: #FF1B65;
}
</style>