Shades of Radical Red #FD3A6E
Tints of Radical Red #FD3A6E
RGB
CMYK
RGB Variations
Color information
#FD3A6E (or 0xFD3A6E) is known color: Radical Red. HEX triplet: FD, 3A and 6E. RGB value is (253,58,110). Sum of RGB (Red+Green+Blue) = 253+58+110=421 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.10% from 421); Green value is 58 (23.05% from 255 or 13.78% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3A6E is #02C591. Grayscale: #7A7A7A. Windows color (decimal): -181650 or 7224061. OLE color: 7224061.
HSL color Cylindrical-coordinate representation of color #FD3A6E: hue angle of 344º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FD3A6E is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 110 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.01 |
| HSL | 344º | 0.98% | 0.61% | - |
| HSV(B) | 344º | 0.77% | 0.99% | - |
| XYZ | 44.84 | 25.03 | 17.22 | - |
| YUV | 122.23 | 121.1 | 221.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 110 | 0 | 0.77 | 0.57 | 0.01 | 344 | 0.98 | 0.61 |
| Hex | FD | 3A | 6E | 0 | 4D | 39 | 1 | 158 | 62 | 3D |
| Octal | 375 | 72 | 156 | 0 | 115 | 71 | 1 | 530 | 142 | 75 |
| Binary | 11111101 | 111010 | 1101110 | 0 | 1001101 | 111001 | 1 | 101011000 | 1100010 | 111101 |
Color Harmonies of #FD3A6E
Complementary color
Monochromatic Colors of #FD3A6E
Black with #FD3A6E
Text Example
Text Example
White with #FD3A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A6E; }
p { color: rgb(253,58,110); }
H1.HeaderClassName
{
color: #FD3A6E;
}
.AnyTagClassName
{
color: #FD3A6E;
}
</style>
background-color css
<style>
a { background-color: #FD3A6E; }
a { background-color: rgb(253,58,110); }
div.DivClassName
{
background-color: #FD3A6E;
}
.BgClassName
{
background-color: #FD3A6E;
}
</style>
border-color css
<style>
span { border-color: #FD3A6E; }
span { border-color: rgb(253,58,110); }
td.TdClassName
{
border-color: #FD3A6E;
}
.TagClassName
{
border-color: #FD3A6E;
}
</style>