Shades of Radical Red #FD3F64
Tints of Radical Red #FD3F64
RGB
CMYK
RGB Variations
Color information
#FD3F64 (or 0xFD3F64) is known color: Radical Red. HEX triplet: FD, 3F and 64. RGB value is (253,63,100). Sum of RGB (Red+Green+Blue) = 253+63+100=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 63 (25% from 255 or 15.14% from 416); Blue value is 100 (39.45% from 255 or 24.04% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3F64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3F64 is #02C09B. Grayscale: #7C7C7C. Windows color (decimal): -180380 or 6569981. OLE color: 6569981.
HSL color Cylindrical-coordinate representation of color #FD3F64: hue angle of 348.32º 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 #FD3F64 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 63 | 100 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.01 |
| HSL | 348.32º | 0.98% | 0.62% | - |
| HSV(B) | 348.32º | 0.75% | 0.99% | - |
| XYZ | 44.59 | 25.36 | 14.6 | - |
| YUV | 124.03 | 114.45 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 63 | 100 | 0 | 0.75 | 0.60 | 0.01 | 348.32 | 0.98 | 0.62 |
| Hex | FD | 3F | 64 | 0 | 4B | 3C | 1 | 15C | 62 | 3E |
| Octal | 375 | 77 | 144 | 0 | 113 | 74 | 1 | 534 | 142 | 76 |
| Binary | 11111101 | 111111 | 1100100 | 0 | 1001011 | 111100 | 1 | 101011100 | 1100010 | 111110 |
Color Harmonies of #FD3F64
Complementary color
Monochromatic Colors of #FD3F64
Black with #FD3F64
Text Example
Text Example
White with #FD3F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3F64; }
p { color: rgb(253,63,100); }
H1.HeaderClassName
{
color: #FD3F64;
}
.AnyTagClassName
{
color: #FD3F64;
}
</style>
background-color css
<style>
a { background-color: #FD3F64; }
a { background-color: rgb(253,63,100); }
div.DivClassName
{
background-color: #FD3F64;
}
.BgClassName
{
background-color: #FD3F64;
}
</style>
border-color css
<style>
span { border-color: #FD3F64; }
span { border-color: rgb(253,63,100); }
td.TdClassName
{
border-color: #FD3F64;
}
.TagClassName
{
border-color: #FD3F64;
}
</style>