Shades of Radical Red #FD3D68
Tints of Radical Red #FD3D68
RGB
CMYK
RGB Variations
Color information
#FD3D68 (or 0xFD3D68) is known color: Radical Red. HEX triplet: FD, 3D and 68. RGB value is (253,61,104). Sum of RGB (Red+Green+Blue) = 253+61+104=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3D68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3D68 is #02C297. Grayscale: #7B7B7B. Windows color (decimal): -180888 or 6831613. OLE color: 6831613.
HSL color Cylindrical-coordinate representation of color #FD3D68: hue angle of 346.56º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FD3D68 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 61 | 104 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.01 |
| HSL | 346.56º | 0.98% | 0.62% | - |
| HSV(B) | 346.56º | 0.76% | 0.99% | - |
| XYZ | 44.68 | 25.22 | 15.61 | - |
| YUV | 123.31 | 117.11 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 61 | 104 | 0 | 0.76 | 0.59 | 0.01 | 346.56 | 0.98 | 0.62 |
| Hex | FD | 3D | 68 | 0 | 4C | 3B | 1 | 15B | 62 | 3E |
| Octal | 375 | 75 | 150 | 0 | 114 | 73 | 1 | 533 | 142 | 76 |
| Binary | 11111101 | 111101 | 1101000 | 0 | 1001100 | 111011 | 1 | 101011011 | 1100010 | 111110 |
Color Harmonies of #FD3D68
Complementary color
Monochromatic Colors of #FD3D68
Black with #FD3D68
Text Example
Text Example
White with #FD3D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3D68; }
p { color: rgb(253,61,104); }
H1.HeaderClassName
{
color: #FD3D68;
}
.AnyTagClassName
{
color: #FD3D68;
}
</style>
background-color css
<style>
a { background-color: #FD3D68; }
a { background-color: rgb(253,61,104); }
div.DivClassName
{
background-color: #FD3D68;
}
.BgClassName
{
background-color: #FD3D68;
}
</style>
border-color css
<style>
span { border-color: #FD3D68; }
span { border-color: rgb(253,61,104); }
td.TdClassName
{
border-color: #FD3D68;
}
.TagClassName
{
border-color: #FD3D68;
}
</style>