Shades of Radical Red #FD385D
Tints of Radical Red #FD385D
RGB
CMYK
RGB Variations
Color information
#FD385D (or 0xFD385D) is known color: Radical Red. HEX triplet: FD, 38 and 5D. RGB value is (253,56,93). Sum of RGB (Red+Green+Blue) = 253+56+93=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 56 (22.27% from 255 or 13.93% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD385D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD385D is #02C7A2. Grayscale: #777777. Windows color (decimal): -182179 or 6109437. OLE color: 6109437.
HSL color Cylindrical-coordinate representation of color #FD385D: hue angle of 348.73º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FD385D is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 56 | 93 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.01 |
| HSL | 348.73º | 0.98% | 0.61% | - |
| HSV(B) | 348.73º | 0.78% | 0.99% | - |
| XYZ | 43.9 | 24.5 | 12.77 | - |
| YUV | 119.12 | 113.27 | 223.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 56 | 93 | 0 | 0.78 | 0.63 | 0.01 | 348.73 | 0.98 | 0.61 |
| Hex | FD | 38 | 5D | 0 | 4E | 3F | 1 | 15D | 62 | 3D |
| Octal | 375 | 70 | 135 | 0 | 116 | 77 | 1 | 535 | 142 | 75 |
| Binary | 11111101 | 111000 | 1011101 | 0 | 1001110 | 111111 | 1 | 101011101 | 1100010 | 111101 |
Color Harmonies of #FD385D
Complementary color
Monochromatic Colors of #FD385D
Black with #FD385D
Text Example
Text Example
White with #FD385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD385D; }
p { color: rgb(253,56,93); }
H1.HeaderClassName
{
color: #FD385D;
}
.AnyTagClassName
{
color: #FD385D;
}
</style>
background-color css
<style>
a { background-color: #FD385D; }
a { background-color: rgb(253,56,93); }
div.DivClassName
{
background-color: #FD385D;
}
.BgClassName
{
background-color: #FD385D;
}
</style>
border-color css
<style>
span { border-color: #FD385D; }
span { border-color: rgb(253,56,93); }
td.TdClassName
{
border-color: #FD385D;
}
.TagClassName
{
border-color: #FD385D;
}
</style>