Shades of Violet Red #FD468C
Tints of Violet Red #FD468C
RGB
CMYK
RGB Variations
Color information
#FD468C (or 0xFD468C) is known color: Violet Red. HEX triplet: FD, 46 and 8C. RGB value is (253,70,140). Sum of RGB (Red+Green+Blue) = 253+70+140=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD468C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD468C is #02B973. Grayscale: #848484. Windows color (decimal): -178548 or 9193213. OLE color: 9193213.
HSL color Cylindrical-coordinate representation of color #FD468C: hue angle of 337.05º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD468C is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 70 | 140 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.01 |
| HSL | 337.05º | 0.98% | 0.63% | - |
| HSV(B) | 337.05º | 0.72% | 0.99% | - |
| XYZ | 47.43 | 27.16 | 27.55 | - |
| YUV | 132.7 | 132.13 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 70 | 140 | 0 | 0.72 | 0.45 | 0.01 | 337.05 | 0.98 | 0.63 |
| Hex | FD | 46 | 8C | 0 | 48 | 2D | 1 | 151 | 62 | 3F |
| Octal | 375 | 106 | 214 | 0 | 110 | 55 | 1 | 521 | 142 | 77 |
| Binary | 11111101 | 1000110 | 10001100 | 0 | 1001000 | 101101 | 1 | 101010001 | 1100010 | 111111 |
Color Harmonies of #FD468C
Complementary color
Monochromatic Colors of #FD468C
Black with #FD468C
Text Example
Text Example
White with #FD468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD468C; }
p { color: rgb(253,70,140); }
H1.HeaderClassName
{
color: #FD468C;
}
.AnyTagClassName
{
color: #FD468C;
}
</style>
background-color css
<style>
a { background-color: #FD468C; }
a { background-color: rgb(253,70,140); }
div.DivClassName
{
background-color: #FD468C;
}
.BgClassName
{
background-color: #FD468C;
}
</style>
border-color css
<style>
span { border-color: #FD468C; }
span { border-color: rgb(253,70,140); }
td.TdClassName
{
border-color: #FD468C;
}
.TagClassName
{
border-color: #FD468C;
}
</style>