Shades of Radical Red #FD2E6A
Tints of Radical Red #FD2E6A
RGB
CMYK
RGB Variations
Color information
#FD2E6A (or 0xFD2E6A) is known color: Radical Red. HEX triplet: FD, 2E and 6A. RGB value is (253,46,106). Sum of RGB (Red+Green+Blue) = 253+46+106=405 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.47% from 405); Green value is 46 (18.36% from 255 or 11.36% from 405); Blue value is 106 (41.80% from 255 or 26.17% from 405); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2E6A is #02D195. Grayscale: #727272. Windows color (decimal): -184726 or 6958845. OLE color: 6958845.
HSL color Cylindrical-coordinate representation of color #FD2E6A: hue angle of 342.61º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2E6A is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 46 | 106 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.01 |
| HSL | 342.61º | 0.98% | 0.59% | - |
| HSV(B) | 342.61º | 0.82% | 0.99% | - |
| XYZ | 44.09 | 23.88 | 15.92 | - |
| YUV | 114.73 | 123.08 | 226.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 46 | 106 | 0 | 0.82 | 0.58 | 0.01 | 342.61 | 0.98 | 0.59 |
| Hex | FD | 2E | 6A | 0 | 52 | 3A | 1 | 157 | 62 | 3B |
| Octal | 375 | 56 | 152 | 0 | 122 | 72 | 1 | 527 | 142 | 73 |
| Binary | 11111101 | 101110 | 1101010 | 0 | 1010010 | 111010 | 1 | 101010111 | 1100010 | 111011 |
Color Harmonies of #FD2E6A
Complementary color
Monochromatic Colors of #FD2E6A
Black with #FD2E6A
Text Example
Text Example
White with #FD2E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2E6A; }
p { color: rgb(253,46,106); }
H1.HeaderClassName
{
color: #FD2E6A;
}
.AnyTagClassName
{
color: #FD2E6A;
}
</style>
background-color css
<style>
a { background-color: #FD2E6A; }
a { background-color: rgb(253,46,106); }
div.DivClassName
{
background-color: #FD2E6A;
}
.BgClassName
{
background-color: #FD2E6A;
}
</style>
border-color css
<style>
span { border-color: #FD2E6A; }
span { border-color: rgb(253,46,106); }
td.TdClassName
{
border-color: #FD2E6A;
}
.TagClassName
{
border-color: #FD2E6A;
}
</style>