Shades of Violet Red #FD438E
Tints of Violet Red #FD438E
RGB
CMYK
RGB Variations
Color information
#FD438E (or 0xFD438E) is known color: Violet Red. HEX triplet: FD, 43 and 8E. RGB value is (253,67,142). Sum of RGB (Red+Green+Blue) = 253+67+142=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 67 (26.56% from 255 or 14.50% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FD438E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD438E is #02BC71. Grayscale: #838383. Windows color (decimal): -179314 or 9323517. OLE color: 9323517.
HSL color Cylindrical-coordinate representation of color #FD438E: hue angle of 335.81º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD438E is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 67 | 142 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.01 |
| HSL | 335.81º | 0.98% | 0.63% | - |
| HSV(B) | 335.81º | 0.74% | 0.99% | - |
| XYZ | 47.4 | 26.85 | 28.28 | - |
| YUV | 131.16 | 134.12 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 67 | 142 | 0 | 0.74 | 0.44 | 0.01 | 335.81 | 0.98 | 0.63 |
| Hex | FD | 43 | 8E | 0 | 4A | 2C | 1 | 150 | 62 | 3F |
| Octal | 375 | 103 | 216 | 0 | 112 | 54 | 1 | 520 | 142 | 77 |
| Binary | 11111101 | 1000011 | 10001110 | 0 | 1001010 | 101100 | 1 | 101010000 | 1100010 | 111111 |
Color Harmonies of #FD438E
Complementary color
Monochromatic Colors of #FD438E
Black with #FD438E
Text Example
Text Example
White with #FD438E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD438E; }
p { color: rgb(253,67,142); }
H1.HeaderClassName
{
color: #FD438E;
}
.AnyTagClassName
{
color: #FD438E;
}
</style>
background-color css
<style>
a { background-color: #FD438E; }
a { background-color: rgb(253,67,142); }
div.DivClassName
{
background-color: #FD438E;
}
.BgClassName
{
background-color: #FD438E;
}
</style>
border-color css
<style>
span { border-color: #FD438E; }
span { border-color: rgb(253,67,142); }
td.TdClassName
{
border-color: #FD438E;
}
.TagClassName
{
border-color: #FD438E;
}
</style>