Shades of Radical Red #FF1B67
Tints of Radical Red #FF1B67
RGB
CMYK
RGB Variations
Color information
#FF1B67 (or 0xFF1B67) is known color: Radical Red. HEX triplet: FF, 1B and 67. RGB value is (255,27,103). Sum of RGB (Red+Green+Blue) = 255+27+103=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1B67 is #00E498. Grayscale: #676767. Windows color (decimal): -58521 or 6757375. OLE color: 6757375.
HSL color Cylindrical-coordinate representation of color #FF1B67: hue angle of 340º 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 #FF1B67 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 103 | - |
| CMYK | 0 | 0.89 | 0.60 | 0 |
| HSL | 340º | 1% | 0.55% | - |
| HSV(B) | 340º | 0.89% | 1% | - |
| XYZ | 44.08 | 23.02 | 14.95 | - |
| YUV | 103.84 | 127.54 | 235.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 103 | 0 | 0.89 | 0.60 | 0 | 340 | 1 | 0.55 |
| Hex | FF | 1B | 67 | 0 | 59 | 3C | 0 | 154 | 64 | 37 |
| Octal | 377 | 33 | 147 | 0 | 131 | 74 | 0 | 524 | 144 | 67 |
| Binary | 11111111 | 11011 | 1100111 | 0 | 1011001 | 111100 | 0 | 101010100 | 1100100 | 110111 |
Color Harmonies of #FF1B67
Complementary color
Monochromatic Colors of #FF1B67
Black with #FF1B67
Text Example
Text Example
White with #FF1B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B67; }
p { color: rgb(255,27,103); }
H1.HeaderClassName
{
color: #FF1B67;
}
.AnyTagClassName
{
color: #FF1B67;
}
</style>
background-color css
<style>
a { background-color: #FF1B67; }
a { background-color: rgb(255,27,103); }
div.DivClassName
{
background-color: #FF1B67;
}
.BgClassName
{
background-color: #FF1B67;
}
</style>
border-color css
<style>
span { border-color: #FF1B67; }
span { border-color: rgb(255,27,103); }
td.TdClassName
{
border-color: #FF1B67;
}
.TagClassName
{
border-color: #FF1B67;
}
</style>