Shades of Radical Red #FD1E6B
Tints of Radical Red #FD1E6B
RGB
CMYK
RGB Variations
Color information
#FD1E6B (or 0xFD1E6B) is known color: Radical Red. HEX triplet: FD, 1E and 6B. RGB value is (253,30,107). Sum of RGB (Red+Green+Blue) = 253+30+107=390 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.87% from 390); Green value is 30 (12.11% from 255 or 7.69% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1E6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD1E6B is #02E194. Grayscale: #696969. Windows color (decimal): -188821 or 7020285. OLE color: 7020285.
HSL color Cylindrical-coordinate representation of color #FD1E6B: hue angle of 339.28º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD1E6B is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 30 | 107 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.01 |
| HSL | 339.28º | 0.98% | 0.55% | - |
| HSV(B) | 339.28º | 0.88% | 0.99% | - |
| XYZ | 43.63 | 22.87 | 16.03 | - |
| YUV | 105.46 | 128.88 | 233.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 30 | 107 | 0 | 0.88 | 0.58 | 0.01 | 339.28 | 0.98 | 0.55 |
| Hex | FD | 1E | 6B | 0 | 58 | 3A | 1 | 153 | 62 | 37 |
| Octal | 375 | 36 | 153 | 0 | 130 | 72 | 1 | 523 | 142 | 67 |
| Binary | 11111101 | 11110 | 1101011 | 0 | 1011000 | 111010 | 1 | 101010011 | 1100010 | 110111 |
Color Harmonies of #FD1E6B
Complementary color
Monochromatic Colors of #FD1E6B
Black with #FD1E6B
Text Example
Text Example
White with #FD1E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1E6B; }
p { color: rgb(253,30,107); }
H1.HeaderClassName
{
color: #FD1E6B;
}
.AnyTagClassName
{
color: #FD1E6B;
}
</style>
background-color css
<style>
a { background-color: #FD1E6B; }
a { background-color: rgb(253,30,107); }
div.DivClassName
{
background-color: #FD1E6B;
}
.BgClassName
{
background-color: #FD1E6B;
}
</style>
border-color css
<style>
span { border-color: #FD1E6B; }
span { border-color: rgb(253,30,107); }
td.TdClassName
{
border-color: #FD1E6B;
}
.TagClassName
{
border-color: #FD1E6B;
}
</style>