Shades of Radical Red #FD2A6D
Tints of Radical Red #FD2A6D
RGB
CMYK
RGB Variations
Color information
#FD2A6D (or 0xFD2A6D) is known color: Radical Red. HEX triplet: FD, 2A and 6D. RGB value is (253,42,109). Sum of RGB (Red+Green+Blue) = 253+42+109=404 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.62% from 404); Green value is 42 (16.80% from 255 or 10.40% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A6D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2A6D is #02D592. Grayscale: #707070. Windows color (decimal): -185747 or 7154429. OLE color: 7154429.
HSL color Cylindrical-coordinate representation of color #FD2A6D: hue angle of 340.95º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2A6D is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 42 | 109 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.01 |
| HSL | 340.95º | 0.98% | 0.58% | - |
| HSV(B) | 340.95º | 0.83% | 0.99% | - |
| XYZ | 44.1 | 23.64 | 16.71 | - |
| YUV | 112.73 | 125.9 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 42 | 109 | 0 | 0.83 | 0.57 | 0.01 | 340.95 | 0.98 | 0.58 |
| Hex | FD | 2A | 6D | 0 | 53 | 39 | 1 | 155 | 62 | 3A |
| Octal | 375 | 52 | 155 | 0 | 123 | 71 | 1 | 525 | 142 | 72 |
| Binary | 11111101 | 101010 | 1101101 | 0 | 1010011 | 111001 | 1 | 101010101 | 1100010 | 111010 |
Color Harmonies of #FD2A6D
Complementary color
Monochromatic Colors of #FD2A6D
Black with #FD2A6D
Text Example
Text Example
White with #FD2A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2A6D; }
p { color: rgb(253,42,109); }
H1.HeaderClassName
{
color: #FD2A6D;
}
.AnyTagClassName
{
color: #FD2A6D;
}
</style>
background-color css
<style>
a { background-color: #FD2A6D; }
a { background-color: rgb(253,42,109); }
div.DivClassName
{
background-color: #FD2A6D;
}
.BgClassName
{
background-color: #FD2A6D;
}
</style>
border-color css
<style>
span { border-color: #FD2A6D; }
span { border-color: rgb(253,42,109); }
td.TdClassName
{
border-color: #FD2A6D;
}
.TagClassName
{
border-color: #FD2A6D;
}
</style>