Shades of Radical Red #FF1B68
Tints of Radical Red #FF1B68
RGB
CMYK
RGB Variations
Color information
#FF1B68 (or 0xFF1B68) is known color: Radical Red. HEX triplet: FF, 1B and 68. RGB value is (255,27,104). Sum of RGB (Red+Green+Blue) = 255+27+104=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1B68 is #00E497. Grayscale: #676767. Windows color (decimal): -58520 or 6822911. OLE color: 6822911.
HSL color Cylindrical-coordinate representation of color #FF1B68: hue angle of 339.74º 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 #FF1B68 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 104 | - |
| CMYK | 0 | 0.89 | 0.59 | 0 |
| HSL | 339.74º | 1% | 0.55% | - |
| HSV(B) | 339.74º | 0.89% | 1% | - |
| XYZ | 44.13 | 23.04 | 15.22 | - |
| YUV | 103.95 | 128.04 | 235.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 104 | 0 | 0.89 | 0.59 | 0 | 339.74 | 1 | 0.55 |
| Hex | FF | 1B | 68 | 0 | 59 | 3B | 0 | 154 | 64 | 37 |
| Octal | 377 | 33 | 150 | 0 | 131 | 73 | 0 | 524 | 144 | 67 |
| Binary | 11111111 | 11011 | 1101000 | 0 | 1011001 | 111011 | 0 | 101010100 | 1100100 | 110111 |
Color Harmonies of #FF1B68
Complementary color
Monochromatic Colors of #FF1B68
Black with #FF1B68
Text Example
Text Example
White with #FF1B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B68; }
p { color: rgb(255,27,104); }
H1.HeaderClassName
{
color: #FF1B68;
}
.AnyTagClassName
{
color: #FF1B68;
}
</style>
background-color css
<style>
a { background-color: #FF1B68; }
a { background-color: rgb(255,27,104); }
div.DivClassName
{
background-color: #FF1B68;
}
.BgClassName
{
background-color: #FF1B68;
}
</style>
border-color css
<style>
span { border-color: #FF1B68; }
span { border-color: rgb(255,27,104); }
td.TdClassName
{
border-color: #FF1B68;
}
.TagClassName
{
border-color: #FF1B68;
}
</style>