Shades of Radical Red #FF1D6B
Tints of Radical Red #FF1D6B
RGB
CMYK
RGB Variations
Color information
#FF1D6B (or 0xFF1D6B) is known color: Radical Red. HEX triplet: FF, 1D and 6B. RGB value is (255,29,107). Sum of RGB (Red+Green+Blue) = 255+29+107=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 107 (42.19% from 255 or 27.37% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1D6B is #00E294. Grayscale: #696969. Windows color (decimal): -58005 or 7020031. OLE color: 7020031.
HSL color Cylindrical-coordinate representation of color #FF1D6B: hue angle of 339.29º 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 #FF1D6B is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 107 | - |
| CMYK | 0 | 0.89 | 0.58 | 0 |
| HSL | 339.29º | 1% | 0.56% | - |
| HSV(B) | 339.29º | 0.89% | 1% | - |
| XYZ | 44.33 | 23.2 | 16.05 | - |
| YUV | 105.47 | 128.87 | 234.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 107 | 0 | 0.89 | 0.58 | 0 | 339.29 | 1 | 0.56 |
| Hex | FF | 1D | 6B | 0 | 59 | 3A | 0 | 153 | 64 | 38 |
| Octal | 377 | 35 | 153 | 0 | 131 | 72 | 0 | 523 | 144 | 70 |
| Binary | 11111111 | 11101 | 1101011 | 0 | 1011001 | 111010 | 0 | 101010011 | 1100100 | 111000 |
Color Harmonies of #FF1D6B
Complementary color
Monochromatic Colors of #FF1D6B
Black with #FF1D6B
Text Example
Text Example
White with #FF1D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D6B; }
p { color: rgb(255,29,107); }
H1.HeaderClassName
{
color: #FF1D6B;
}
.AnyTagClassName
{
color: #FF1D6B;
}
</style>
background-color css
<style>
a { background-color: #FF1D6B; }
a { background-color: rgb(255,29,107); }
div.DivClassName
{
background-color: #FF1D6B;
}
.BgClassName
{
background-color: #FF1D6B;
}
</style>
border-color css
<style>
span { border-color: #FF1D6B; }
span { border-color: rgb(255,29,107); }
td.TdClassName
{
border-color: #FF1D6B;
}
.TagClassName
{
border-color: #FF1D6B;
}
</style>