Shades of Radical Red #FD1D67
Tints of Radical Red #FD1D67
RGB
CMYK
RGB Variations
Color information
#FD1D67 (or 0xFD1D67) is known color: Radical Red. HEX triplet: FD, 1D and 67. RGB value is (253,29,103). Sum of RGB (Red+Green+Blue) = 253+29+103=385 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.71% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 103 (40.62% from 255 or 26.75% from 385); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1D67 is #02E298. Grayscale: #686868. Windows color (decimal): -189081 or 6757885. OLE color: 6757885.
HSL color Cylindrical-coordinate representation of color #FD1D67: hue angle of 340.18º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD1D67 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 103 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.01 |
| HSL | 340.18º | 0.98% | 0.55% | - |
| HSV(B) | 340.18º | 0.89% | 0.99% | - |
| XYZ | 43.4 | 22.74 | 14.93 | - |
| YUV | 104.41 | 127.21 | 233.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 103 | 0 | 0.89 | 0.59 | 0.01 | 340.18 | 0.98 | 0.55 |
| Hex | FD | 1D | 67 | 0 | 59 | 3B | 1 | 154 | 62 | 37 |
| Octal | 375 | 35 | 147 | 0 | 131 | 73 | 1 | 524 | 142 | 67 |
| Binary | 11111101 | 11101 | 1100111 | 0 | 1011001 | 111011 | 1 | 101010100 | 1100010 | 110111 |
Color Harmonies of #FD1D67
Complementary color
Monochromatic Colors of #FD1D67
Black with #FD1D67
Text Example
Text Example
White with #FD1D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1D67; }
p { color: rgb(253,29,103); }
H1.HeaderClassName
{
color: #FD1D67;
}
.AnyTagClassName
{
color: #FD1D67;
}
</style>
background-color css
<style>
a { background-color: #FD1D67; }
a { background-color: rgb(253,29,103); }
div.DivClassName
{
background-color: #FD1D67;
}
.BgClassName
{
background-color: #FD1D67;
}
</style>
border-color css
<style>
span { border-color: #FD1D67; }
span { border-color: rgb(253,29,103); }
td.TdClassName
{
border-color: #FD1D67;
}
.TagClassName
{
border-color: #FD1D67;
}
</style>