Shades of Radical Red #FD4170
Tints of Radical Red #FD4170
RGB
CMYK
RGB Variations
Color information
#FD4170 (or 0xFD4170) is known color: Radical Red. HEX triplet: FD, 41 and 70. RGB value is (253,65,112). Sum of RGB (Red+Green+Blue) = 253+65+112=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 112 (44.14% from 255 or 26.05% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4170 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4170 is #02BE8F. Grayscale: #7E7E7E. Windows color (decimal): -179856 or 7356925. OLE color: 7356925.
HSL color Cylindrical-coordinate representation of color #FD4170: hue angle of 345º 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 #FD4170 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 112 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.01 |
| HSL | 345º | 0.98% | 0.62% | - |
| HSV(B) | 345º | 0.74% | 0.99% | - |
| XYZ | 45.32 | 25.83 | 17.93 | - |
| YUV | 126.57 | 119.78 | 218.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 112 | 0 | 0.74 | 0.56 | 0.01 | 345 | 0.98 | 0.62 |
| Hex | FD | 41 | 70 | 0 | 4A | 38 | 1 | 159 | 62 | 3E |
| Octal | 375 | 101 | 160 | 0 | 112 | 70 | 1 | 531 | 142 | 76 |
| Binary | 11111101 | 1000001 | 1110000 | 0 | 1001010 | 111000 | 1 | 101011001 | 1100010 | 111110 |
Color Harmonies of #FD4170
Complementary color
Monochromatic Colors of #FD4170
Black with #FD4170
Text Example
Text Example
White with #FD4170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4170; }
p { color: rgb(253,65,112); }
H1.HeaderClassName
{
color: #FD4170;
}
.AnyTagClassName
{
color: #FD4170;
}
</style>
background-color css
<style>
a { background-color: #FD4170; }
a { background-color: rgb(253,65,112); }
div.DivClassName
{
background-color: #FD4170;
}
.BgClassName
{
background-color: #FD4170;
}
</style>
border-color css
<style>
span { border-color: #FD4170; }
span { border-color: rgb(253,65,112); }
td.TdClassName
{
border-color: #FD4170;
}
.TagClassName
{
border-color: #FD4170;
}
</style>