Shades of Radical Red #FF1B6D
Tints of Radical Red #FF1B6D
RGB
CMYK
RGB Variations
Color information
#FF1B6D (or 0xFF1B6D) is known color: Radical Red. HEX triplet: FF, 1B and 6D. RGB value is (255,27,109). Sum of RGB (Red+Green+Blue) = 255+27+109=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 27 (10.94% from 255 or 6.91% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1B6D is #00E492. Grayscale: #686868. Windows color (decimal): -58515 or 7150591. OLE color: 7150591.
HSL color Cylindrical-coordinate representation of color #FF1B6D: hue angle of 338.42º 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 #FF1B6D is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 109 | - |
| CMYK | 0 | 0.89 | 0.57 | 0 |
| HSL | 338.42º | 1% | 0.55% | - |
| HSV(B) | 338.42º | 0.89% | 1% | - |
| XYZ | 44.39 | 23.15 | 16.6 | - |
| YUV | 104.52 | 130.54 | 235.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 109 | 0 | 0.89 | 0.57 | 0 | 338.42 | 1 | 0.55 |
| Hex | FF | 1B | 6D | 0 | 59 | 39 | 0 | 152 | 64 | 37 |
| Octal | 377 | 33 | 155 | 0 | 131 | 71 | 0 | 522 | 144 | 67 |
| Binary | 11111111 | 11011 | 1101101 | 0 | 1011001 | 111001 | 0 | 101010010 | 1100100 | 110111 |
Color Harmonies of #FF1B6D
Complementary color
Monochromatic Colors of #FF1B6D
Black with #FF1B6D
Text Example
Text Example
White with #FF1B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B6D; }
p { color: rgb(255,27,109); }
H1.HeaderClassName
{
color: #FF1B6D;
}
.AnyTagClassName
{
color: #FF1B6D;
}
</style>
background-color css
<style>
a { background-color: #FF1B6D; }
a { background-color: rgb(255,27,109); }
div.DivClassName
{
background-color: #FF1B6D;
}
.BgClassName
{
background-color: #FF1B6D;
}
</style>
border-color css
<style>
span { border-color: #FF1B6D; }
span { border-color: rgb(255,27,109); }
td.TdClassName
{
border-color: #FF1B6D;
}
.TagClassName
{
border-color: #FF1B6D;
}
</style>