Shades of Violet Red #FD448F
Tints of Violet Red #FD448F
RGB
CMYK
RGB Variations
Color information
#FD448F (or 0xFD448F) is known color: Violet Red. HEX triplet: FD, 44 and 8F. RGB value is (253,68,143). Sum of RGB (Red+Green+Blue) = 253+68+143=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 143 (56.25% from 255 or 30.82% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD448F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD448F is #02BB70. Grayscale: #838383. Windows color (decimal): -179057 or 9389309. OLE color: 9389309.
HSL color Cylindrical-coordinate representation of color #FD448F: hue angle of 335.68º 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 #FD448F is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 68 | 143 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.01 |
| HSL | 335.68º | 0.98% | 0.63% | - |
| HSV(B) | 335.68º | 0.73% | 0.99% | - |
| XYZ | 47.53 | 27 | 28.69 | - |
| YUV | 131.87 | 134.29 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 68 | 143 | 0 | 0.73 | 0.43 | 0.01 | 335.68 | 0.98 | 0.63 |
| Hex | FD | 44 | 8F | 0 | 49 | 2B | 1 | 150 | 62 | 3F |
| Octal | 375 | 104 | 217 | 0 | 111 | 53 | 1 | 520 | 142 | 77 |
| Binary | 11111101 | 1000100 | 10001111 | 0 | 1001001 | 101011 | 1 | 101010000 | 1100010 | 111111 |
Color Harmonies of #FD448F
Complementary color
Monochromatic Colors of #FD448F
Black with #FD448F
Text Example
Text Example
White with #FD448F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD448F; }
p { color: rgb(253,68,143); }
H1.HeaderClassName
{
color: #FD448F;
}
.AnyTagClassName
{
color: #FD448F;
}
</style>
background-color css
<style>
a { background-color: #FD448F; }
a { background-color: rgb(253,68,143); }
div.DivClassName
{
background-color: #FD448F;
}
.BgClassName
{
background-color: #FD448F;
}
</style>
border-color css
<style>
span { border-color: #FD448F; }
span { border-color: rgb(253,68,143); }
td.TdClassName
{
border-color: #FD448F;
}
.TagClassName
{
border-color: #FD448F;
}
</style>