Shades of Violet Red #FD447A
Tints of Violet Red #FD447A
RGB
CMYK
RGB Variations
Color information
#FD447A (or 0xFD447A) is known color: Violet Red. HEX triplet: FD, 44 and 7A. RGB value is (253,68,122). Sum of RGB (Red+Green+Blue) = 253+68+122=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 122 (48.05% from 255 or 27.54% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD447A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD447A is #02BB85. Grayscale: #818181. Windows color (decimal): -179078 or 8013053. OLE color: 8013053.
HSL color Cylindrical-coordinate representation of color #FD447A: hue angle of 342.49º 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 #FD447A is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 68 | 122 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.01 |
| HSL | 342.49º | 0.98% | 0.63% | - |
| HSV(B) | 342.49º | 0.73% | 0.99% | - |
| XYZ | 46.09 | 26.42 | 21.08 | - |
| YUV | 129.47 | 123.79 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 68 | 122 | 0 | 0.73 | 0.52 | 0.01 | 342.49 | 0.98 | 0.63 |
| Hex | FD | 44 | 7A | 0 | 49 | 34 | 1 | 156 | 62 | 3F |
| Octal | 375 | 104 | 172 | 0 | 111 | 64 | 1 | 526 | 142 | 77 |
| Binary | 11111101 | 1000100 | 1111010 | 0 | 1001001 | 110100 | 1 | 101010110 | 1100010 | 111111 |
Color Harmonies of #FD447A
Complementary color
Monochromatic Colors of #FD447A
Black with #FD447A
Text Example
Text Example
White with #FD447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD447A; }
p { color: rgb(253,68,122); }
H1.HeaderClassName
{
color: #FD447A;
}
.AnyTagClassName
{
color: #FD447A;
}
</style>
background-color css
<style>
a { background-color: #FD447A; }
a { background-color: rgb(253,68,122); }
div.DivClassName
{
background-color: #FD447A;
}
.BgClassName
{
background-color: #FD447A;
}
</style>
border-color css
<style>
span { border-color: #FD447A; }
span { border-color: rgb(253,68,122); }
td.TdClassName
{
border-color: #FD447A;
}
.TagClassName
{
border-color: #FD447A;
}
</style>