Shades of Radical Red #FD446D
Tints of Radical Red #FD446D
RGB
CMYK
RGB Variations
Color information
#FD446D (or 0xFD446D) is known color: Radical Red. HEX triplet: FD, 44 and 6D. RGB value is (253,68,109). Sum of RGB (Red+Green+Blue) = 253+68+109=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 68 (26.95% from 255 or 15.81% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD446D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD446D is #02BB92. Grayscale: #808080. Windows color (decimal): -179091 or 7161085. OLE color: 7161085.
HSL color Cylindrical-coordinate representation of color #FD446D: hue angle of 346.7º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FD446D is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 68 | 109 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.01 |
| HSL | 346.7º | 0.98% | 0.63% | - |
| HSV(B) | 346.7º | 0.73% | 0.99% | - |
| XYZ | 45.34 | 26.12 | 17.12 | - |
| YUV | 127.99 | 117.29 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 68 | 109 | 0 | 0.73 | 0.57 | 0.01 | 346.7 | 0.98 | 0.63 |
| Hex | FD | 44 | 6D | 0 | 49 | 39 | 1 | 15B | 62 | 3F |
| Octal | 375 | 104 | 155 | 0 | 111 | 71 | 1 | 533 | 142 | 77 |
| Binary | 11111101 | 1000100 | 1101101 | 0 | 1001001 | 111001 | 1 | 101011011 | 1100010 | 111111 |
Color Harmonies of #FD446D
Complementary color
Monochromatic Colors of #FD446D
Black with #FD446D
Text Example
Text Example
White with #FD446D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD446D; }
p { color: rgb(253,68,109); }
H1.HeaderClassName
{
color: #FD446D;
}
.AnyTagClassName
{
color: #FD446D;
}
</style>
background-color css
<style>
a { background-color: #FD446D; }
a { background-color: rgb(253,68,109); }
div.DivClassName
{
background-color: #FD446D;
}
.BgClassName
{
background-color: #FD446D;
}
</style>
border-color css
<style>
span { border-color: #FD446D; }
span { border-color: rgb(253,68,109); }
td.TdClassName
{
border-color: #FD446D;
}
.TagClassName
{
border-color: #FD446D;
}
</style>