Shades of Radical Red #FD2968
Tints of Radical Red #FD2968
RGB
CMYK
RGB Variations
Color information
#FD2968 (or 0xFD2968) is known color: Radical Red. HEX triplet: FD, 29 and 68. RGB value is (253,41,104). Sum of RGB (Red+Green+Blue) = 253+41+104=398 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.57% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2968 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2968 is #02D697. Grayscale: #6F6F6F. Windows color (decimal): -186008 or 6826493. OLE color: 6826493.
HSL color Cylindrical-coordinate representation of color #FD2968: hue angle of 342.17º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD2968 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 104 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.01 |
| HSL | 342.17º | 0.98% | 0.58% | - |
| HSV(B) | 342.17º | 0.84% | 0.99% | - |
| XYZ | 43.8 | 23.47 | 15.32 | - |
| YUV | 111.57 | 123.74 | 228.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 104 | 0 | 0.84 | 0.59 | 0.01 | 342.17 | 0.98 | 0.58 |
| Hex | FD | 29 | 68 | 0 | 54 | 3B | 1 | 156 | 62 | 3A |
| Octal | 375 | 51 | 150 | 0 | 124 | 73 | 1 | 526 | 142 | 72 |
| Binary | 11111101 | 101001 | 1101000 | 0 | 1010100 | 111011 | 1 | 101010110 | 1100010 | 111010 |
Color Harmonies of #FD2968
Complementary color
Monochromatic Colors of #FD2968
Black with #FD2968
Text Example
Text Example
White with #FD2968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2968; }
p { color: rgb(253,41,104); }
H1.HeaderClassName
{
color: #FD2968;
}
.AnyTagClassName
{
color: #FD2968;
}
</style>
background-color css
<style>
a { background-color: #FD2968; }
a { background-color: rgb(253,41,104); }
div.DivClassName
{
background-color: #FD2968;
}
.BgClassName
{
background-color: #FD2968;
}
</style>
border-color css
<style>
span { border-color: #FD2968; }
span { border-color: rgb(253,41,104); }
td.TdClassName
{
border-color: #FD2968;
}
.TagClassName
{
border-color: #FD2968;
}
</style>