Shades of Radical Red #FD3A6C
Tints of Radical Red #FD3A6C
RGB
CMYK
RGB Variations
Color information
#FD3A6C (or 0xFD3A6C) is known color: Radical Red. HEX triplet: FD, 3A and 6C. RGB value is (253,58,108). Sum of RGB (Red+Green+Blue) = 253+58+108=419 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.38% from 419); Green value is 58 (23.05% from 255 or 13.84% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3A6C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3A6C is #02C593. Grayscale: #797979. Windows color (decimal): -181652 or 7092989. OLE color: 7092989.
HSL color Cylindrical-coordinate representation of color #FD3A6C: hue angle of 344.62º 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 #FD3A6C is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 58 | 108 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.01 |
| HSL | 344.62º | 0.98% | 0.61% | - |
| HSV(B) | 344.62º | 0.77% | 0.99% | - |
| XYZ | 44.73 | 24.99 | 16.65 | - |
| YUV | 122.01 | 120.1 | 221.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 58 | 108 | 0 | 0.77 | 0.57 | 0.01 | 344.62 | 0.98 | 0.61 |
| Hex | FD | 3A | 6C | 0 | 4D | 39 | 1 | 159 | 62 | 3D |
| Octal | 375 | 72 | 154 | 0 | 115 | 71 | 1 | 531 | 142 | 75 |
| Binary | 11111101 | 111010 | 1101100 | 0 | 1001101 | 111001 | 1 | 101011001 | 1100010 | 111101 |
Color Harmonies of #FD3A6C
Complementary color
Monochromatic Colors of #FD3A6C
Black with #FD3A6C
Text Example
Text Example
White with #FD3A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3A6C; }
p { color: rgb(253,58,108); }
H1.HeaderClassName
{
color: #FD3A6C;
}
.AnyTagClassName
{
color: #FD3A6C;
}
</style>
background-color css
<style>
a { background-color: #FD3A6C; }
a { background-color: rgb(253,58,108); }
div.DivClassName
{
background-color: #FD3A6C;
}
.BgClassName
{
background-color: #FD3A6C;
}
</style>
border-color css
<style>
span { border-color: #FD3A6C; }
span { border-color: rgb(253,58,108); }
td.TdClassName
{
border-color: #FD3A6C;
}
.TagClassName
{
border-color: #FD3A6C;
}
</style>