Shades of Violet Red #FD458E
Tints of Violet Red #FD458E
RGB
CMYK
RGB Variations
Color information
#FD458E (or 0xFD458E) is known color: Violet Red. HEX triplet: FD, 45 and 8E. RGB value is (253,69,142). Sum of RGB (Red+Green+Blue) = 253+69+142=464 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.53% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 253 - color contains mainly: red. Hex color #FD458E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD458E is #02BA71. Grayscale: #848484. Windows color (decimal): -178802 or 9324029. OLE color: 9324029.
HSL color Cylindrical-coordinate representation of color #FD458E: hue angle of 336.2º 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 #FD458E is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 69 | 142 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.01 |
| HSL | 336.2º | 0.98% | 0.63% | - |
| HSV(B) | 336.2º | 0.73% | 0.99% | - |
| XYZ | 47.52 | 27.09 | 28.32 | - |
| YUV | 132.34 | 133.46 | 214.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 69 | 142 | 0 | 0.73 | 0.44 | 0.01 | 336.2 | 0.98 | 0.63 |
| Hex | FD | 45 | 8E | 0 | 49 | 2C | 1 | 150 | 62 | 3F |
| Octal | 375 | 105 | 216 | 0 | 111 | 54 | 1 | 520 | 142 | 77 |
| Binary | 11111101 | 1000101 | 10001110 | 0 | 1001001 | 101100 | 1 | 101010000 | 1100010 | 111111 |
Color Harmonies of #FD458E
Complementary color
Monochromatic Colors of #FD458E
Black with #FD458E
Text Example
Text Example
White with #FD458E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD458E; }
p { color: rgb(253,69,142); }
H1.HeaderClassName
{
color: #FD458E;
}
.AnyTagClassName
{
color: #FD458E;
}
</style>
background-color css
<style>
a { background-color: #FD458E; }
a { background-color: rgb(253,69,142); }
div.DivClassName
{
background-color: #FD458E;
}
.BgClassName
{
background-color: #FD458E;
}
</style>
border-color css
<style>
span { border-color: #FD458E; }
span { border-color: rgb(253,69,142); }
td.TdClassName
{
border-color: #FD458E;
}
.TagClassName
{
border-color: #FD458E;
}
</style>