Shades of Radical Red #FD4172
Tints of Radical Red #FD4172
RGB
CMYK
RGB Variations
Color information
#FD4172 (or 0xFD4172) is known color: Radical Red. HEX triplet: FD, 41 and 72. RGB value is (253,65,114). Sum of RGB (Red+Green+Blue) = 253+65+114=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 65 (25.78% from 255 or 15.05% from 432); Blue value is 114 (44.92% from 255 or 26.39% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4172 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4172 is #02BE8D. Grayscale: #7E7E7E. Windows color (decimal): -179854 or 7487997. OLE color: 7487997.
HSL color Cylindrical-coordinate representation of color #FD4172: hue angle of 344.36º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD4172 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 114 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.01 |
| HSL | 344.36º | 0.98% | 0.62% | - |
| HSV(B) | 344.36º | 0.74% | 0.99% | - |
| XYZ | 45.44 | 25.88 | 18.52 | - |
| YUV | 126.8 | 120.78 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 114 | 0 | 0.74 | 0.55 | 0.01 | 344.36 | 0.98 | 0.62 |
| Hex | FD | 41 | 72 | 0 | 4A | 37 | 1 | 158 | 62 | 3E |
| Octal | 375 | 101 | 162 | 0 | 112 | 67 | 1 | 530 | 142 | 76 |
| Binary | 11111101 | 1000001 | 1110010 | 0 | 1001010 | 110111 | 1 | 101011000 | 1100010 | 111110 |
Color Harmonies of #FD4172
Complementary color
Monochromatic Colors of #FD4172
Black with #FD4172
Text Example
Text Example
White with #FD4172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4172; }
p { color: rgb(253,65,114); }
H1.HeaderClassName
{
color: #FD4172;
}
.AnyTagClassName
{
color: #FD4172;
}
</style>
background-color css
<style>
a { background-color: #FD4172; }
a { background-color: rgb(253,65,114); }
div.DivClassName
{
background-color: #FD4172;
}
.BgClassName
{
background-color: #FD4172;
}
</style>
border-color css
<style>
span { border-color: #FD4172; }
span { border-color: rgb(253,65,114); }
td.TdClassName
{
border-color: #FD4172;
}
.TagClassName
{
border-color: #FD4172;
}
</style>