Shades of Radical Red #FF1D6D
Tints of Radical Red #FF1D6D
RGB
CMYK
RGB Variations
Color information
#FF1D6D (or 0xFF1D6D) is known color: Radical Red. HEX triplet: FF, 1D and 6D. RGB value is (255,29,109). Sum of RGB (Red+Green+Blue) = 255+29+109=393 (52% of max value = 765). Red value is 255 (100% from 255 or 64.89% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1D6D is #00E292. Grayscale: #696969. Windows color (decimal): -58003 or 7151103. OLE color: 7151103.
HSL color Cylindrical-coordinate representation of color #FF1D6D: hue angle of 338.76º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1D6D is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 109 | - |
| CMYK | 0 | 0.89 | 0.57 | 0 |
| HSL | 338.76º | 1% | 0.56% | - |
| HSV(B) | 338.76º | 0.89% | 1% | - |
| XYZ | 44.44 | 23.24 | 16.61 | - |
| YUV | 105.69 | 129.87 | 234.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 109 | 0 | 0.89 | 0.57 | 0 | 338.76 | 1 | 0.56 |
| Hex | FF | 1D | 6D | 0 | 59 | 39 | 0 | 153 | 64 | 38 |
| Octal | 377 | 35 | 155 | 0 | 131 | 71 | 0 | 523 | 144 | 70 |
| Binary | 11111111 | 11101 | 1101101 | 0 | 1011001 | 111001 | 0 | 101010011 | 1100100 | 111000 |
Color Harmonies of #FF1D6D
Complementary color
Monochromatic Colors of #FF1D6D
Black with #FF1D6D
Text Example
Text Example
White with #FF1D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D6D; }
p { color: rgb(255,29,109); }
H1.HeaderClassName
{
color: #FF1D6D;
}
.AnyTagClassName
{
color: #FF1D6D;
}
</style>
background-color css
<style>
a { background-color: #FF1D6D; }
a { background-color: rgb(255,29,109); }
div.DivClassName
{
background-color: #FF1D6D;
}
.BgClassName
{
background-color: #FF1D6D;
}
</style>
border-color css
<style>
span { border-color: #FF1D6D; }
span { border-color: rgb(255,29,109); }
td.TdClassName
{
border-color: #FF1D6D;
}
.TagClassName
{
border-color: #FF1D6D;
}
</style>