Shades of Radical Red #FD1D68
Tints of Radical Red #FD1D68
RGB
CMYK
RGB Variations
Color information
#FD1D68 (or 0xFD1D68) is known color: Radical Red. HEX triplet: FD, 1D and 68. RGB value is (253,29,104). Sum of RGB (Red+Green+Blue) = 253+29+104=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1D68 is #02E297. Grayscale: #686868. Windows color (decimal): -189080 or 6823421. OLE color: 6823421.
HSL color Cylindrical-coordinate representation of color #FD1D68: hue angle of 339.91º 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 #FD1D68 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 29 | 104 | - |
| CMYK | 0 | 0.89 | 0.59 | 0.01 |
| HSL | 339.91º | 0.98% | 0.55% | - |
| HSV(B) | 339.91º | 0.89% | 0.99% | - |
| XYZ | 43.45 | 22.76 | 15.2 | - |
| YUV | 104.53 | 127.71 | 233.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 29 | 104 | 0 | 0.89 | 0.59 | 0.01 | 339.91 | 0.98 | 0.55 |
| Hex | FD | 1D | 68 | 0 | 59 | 3B | 1 | 154 | 62 | 37 |
| Octal | 375 | 35 | 150 | 0 | 131 | 73 | 1 | 524 | 142 | 67 |
| Binary | 11111101 | 11101 | 1101000 | 0 | 1011001 | 111011 | 1 | 101010100 | 1100010 | 110111 |
Color Harmonies of #FD1D68
Complementary color
Monochromatic Colors of #FD1D68
Black with #FD1D68
Text Example
Text Example
White with #FD1D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1D68; }
p { color: rgb(253,29,104); }
H1.HeaderClassName
{
color: #FD1D68;
}
.AnyTagClassName
{
color: #FD1D68;
}
</style>
background-color css
<style>
a { background-color: #FD1D68; }
a { background-color: rgb(253,29,104); }
div.DivClassName
{
background-color: #FD1D68;
}
.BgClassName
{
background-color: #FD1D68;
}
</style>
border-color css
<style>
span { border-color: #FD1D68; }
span { border-color: rgb(253,29,104); }
td.TdClassName
{
border-color: #FD1D68;
}
.TagClassName
{
border-color: #FD1D68;
}
</style>