Shades of Radical Red #FD385B
Tints of Radical Red #FD385B
RGB
CMYK
RGB Variations
Color information
#FD385B (or 0xFD385B) is known color: Radical Red. HEX triplet: FD, 38 and 5B. RGB value is (253,56,91). Sum of RGB (Red+Green+Blue) = 253+56+91=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 56 (22.27% from 255 or 14% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD385B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD385B is #02C7A4. Grayscale: #767676. Windows color (decimal): -182181 or 5978365. OLE color: 5978365.
HSL color Cylindrical-coordinate representation of color #FD385B: hue angle of 349.34º 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 #FD385B is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 56 | 91 | - |
| CMYK | 0 | 0.78 | 0.64 | 0.01 |
| HSL | 349.34º | 0.98% | 0.61% | - |
| HSV(B) | 349.34º | 0.78% | 0.99% | - |
| XYZ | 43.81 | 24.47 | 12.31 | - |
| YUV | 118.89 | 112.27 | 223.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 56 | 91 | 0 | 0.78 | 0.64 | 0.01 | 349.34 | 0.98 | 0.61 |
| Hex | FD | 38 | 5B | 0 | 4E | 40 | 1 | 15D | 62 | 3D |
| Octal | 375 | 70 | 133 | 0 | 116 | 100 | 1 | 535 | 142 | 75 |
| Binary | 11111101 | 111000 | 1011011 | 0 | 1001110 | 1000000 | 1 | 101011101 | 1100010 | 111101 |
Color Harmonies of #FD385B
Complementary color
Monochromatic Colors of #FD385B
Black with #FD385B
Text Example
Text Example
White with #FD385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD385B; }
p { color: rgb(253,56,91); }
H1.HeaderClassName
{
color: #FD385B;
}
.AnyTagClassName
{
color: #FD385B;
}
</style>
background-color css
<style>
a { background-color: #FD385B; }
a { background-color: rgb(253,56,91); }
div.DivClassName
{
background-color: #FD385B;
}
.BgClassName
{
background-color: #FD385B;
}
</style>
border-color css
<style>
span { border-color: #FD385B; }
span { border-color: rgb(253,56,91); }
td.TdClassName
{
border-color: #FD385B;
}
.TagClassName
{
border-color: #FD385B;
}
</style>