Shades of Violet Red #FD447B
Tints of Violet Red #FD447B
RGB
CMYK
RGB Variations
Color information
#FD447B (or 0xFD447B) is known color: Violet Red. HEX triplet: FD, 44 and 7B. RGB value is (253,68,123). Sum of RGB (Red+Green+Blue) = 253+68+123=444 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.98% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 123 (48.44% from 255 or 27.70% from 444); Max value from RGB is 253 - color contains mainly: red. Hex color #FD447B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD447B is #02BB84. Grayscale: #818181. Windows color (decimal): -179077 or 8078589. OLE color: 8078589.
HSL color Cylindrical-coordinate representation of color #FD447B: hue angle of 342.16º 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 #FD447B is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 68 | 123 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.01 |
| HSL | 342.16º | 0.98% | 0.63% | - |
| HSV(B) | 342.16º | 0.73% | 0.99% | - |
| XYZ | 46.15 | 26.45 | 21.41 | - |
| YUV | 129.59 | 124.29 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 68 | 123 | 0 | 0.73 | 0.51 | 0.01 | 342.16 | 0.98 | 0.63 |
| Hex | FD | 44 | 7B | 0 | 49 | 33 | 1 | 156 | 62 | 3F |
| Octal | 375 | 104 | 173 | 0 | 111 | 63 | 1 | 526 | 142 | 77 |
| Binary | 11111101 | 1000100 | 1111011 | 0 | 1001001 | 110011 | 1 | 101010110 | 1100010 | 111111 |
Color Harmonies of #FD447B
Complementary color
Monochromatic Colors of #FD447B
Black with #FD447B
Text Example
Text Example
White with #FD447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD447B; }
p { color: rgb(253,68,123); }
H1.HeaderClassName
{
color: #FD447B;
}
.AnyTagClassName
{
color: #FD447B;
}
</style>
background-color css
<style>
a { background-color: #FD447B; }
a { background-color: rgb(253,68,123); }
div.DivClassName
{
background-color: #FD447B;
}
.BgClassName
{
background-color: #FD447B;
}
</style>
border-color css
<style>
span { border-color: #FD447B; }
span { border-color: rgb(253,68,123); }
td.TdClassName
{
border-color: #FD447B;
}
.TagClassName
{
border-color: #FD447B;
}
</style>