Shades of Radical Red #FD2964
Tints of Radical Red #FD2964
RGB
CMYK
RGB Variations
Color information
#FD2964 (or 0xFD2964) is known color: Radical Red. HEX triplet: FD, 29 and 64. RGB value is (253,41,100). Sum of RGB (Red+Green+Blue) = 253+41+100=394 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.21% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 100 (39.45% from 255 or 25.38% from 394); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2964 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2964 is #02D69B. Grayscale: #6F6F6F. Windows color (decimal): -186012 or 6564349. OLE color: 6564349.
HSL color Cylindrical-coordinate representation of color #FD2964: hue angle of 343.3º 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 #FD2964 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 41 | 100 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.01 |
| HSL | 343.3º | 0.98% | 0.58% | - |
| HSV(B) | 343.3º | 0.84% | 0.99% | - |
| XYZ | 43.6 | 23.39 | 14.27 | - |
| YUV | 111.11 | 121.74 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 41 | 100 | 0 | 0.84 | 0.60 | 0.01 | 343.3 | 0.98 | 0.58 |
| Hex | FD | 29 | 64 | 0 | 54 | 3C | 1 | 157 | 62 | 3A |
| Octal | 375 | 51 | 144 | 0 | 124 | 74 | 1 | 527 | 142 | 72 |
| Binary | 11111101 | 101001 | 1100100 | 0 | 1010100 | 111100 | 1 | 101010111 | 1100010 | 111010 |
Color Harmonies of #FD2964
Complementary color
Monochromatic Colors of #FD2964
Black with #FD2964
Text Example
Text Example
White with #FD2964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2964; }
p { color: rgb(253,41,100); }
H1.HeaderClassName
{
color: #FD2964;
}
.AnyTagClassName
{
color: #FD2964;
}
</style>
background-color css
<style>
a { background-color: #FD2964; }
a { background-color: rgb(253,41,100); }
div.DivClassName
{
background-color: #FD2964;
}
.BgClassName
{
background-color: #FD2964;
}
</style>
border-color css
<style>
span { border-color: #FD2964; }
span { border-color: rgb(253,41,100); }
td.TdClassName
{
border-color: #FD2964;
}
.TagClassName
{
border-color: #FD2964;
}
</style>