Shades of Radical Red #FD3E64
Tints of Radical Red #FD3E64
RGB
CMYK
RGB Variations
Color information
#FD3E64 (or 0xFD3E64) is known color: Radical Red. HEX triplet: FD, 3E and 64. RGB value is (253,62,100). Sum of RGB (Red+Green+Blue) = 253+62+100=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 62 (24.61% from 255 or 14.94% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3E64 is #02C19B. Grayscale: #7B7B7B. Windows color (decimal): -180636 or 6569725. OLE color: 6569725.
HSL color Cylindrical-coordinate representation of color #FD3E64: hue angle of 348.06º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD3E64 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 62 | 100 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.01 |
| HSL | 348.06º | 0.98% | 0.62% | - |
| HSV(B) | 348.06º | 0.75% | 0.99% | - |
| XYZ | 44.53 | 25.25 | 14.58 | - |
| YUV | 123.44 | 114.78 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 62 | 100 | 0 | 0.75 | 0.60 | 0.01 | 348.06 | 0.98 | 0.62 |
| Hex | FD | 3E | 64 | 0 | 4B | 3C | 1 | 15C | 62 | 3E |
| Octal | 375 | 76 | 144 | 0 | 113 | 74 | 1 | 534 | 142 | 76 |
| Binary | 11111101 | 111110 | 1100100 | 0 | 1001011 | 111100 | 1 | 101011100 | 1100010 | 111110 |
Color Harmonies of #FD3E64
Complementary color
Monochromatic Colors of #FD3E64
Black with #FD3E64
Text Example
Text Example
White with #FD3E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3E64; }
p { color: rgb(253,62,100); }
H1.HeaderClassName
{
color: #FD3E64;
}
.AnyTagClassName
{
color: #FD3E64;
}
</style>
background-color css
<style>
a { background-color: #FD3E64; }
a { background-color: rgb(253,62,100); }
div.DivClassName
{
background-color: #FD3E64;
}
.BgClassName
{
background-color: #FD3E64;
}
</style>
border-color css
<style>
span { border-color: #FD3E64; }
span { border-color: rgb(253,62,100); }
td.TdClassName
{
border-color: #FD3E64;
}
.TagClassName
{
border-color: #FD3E64;
}
</style>