Shades of Violet Red #FD488A
Tints of Violet Red #FD488A
RGB
CMYK
RGB Variations
Color information
#FD488A (or 0xFD488A) is known color: Violet Red. HEX triplet: FD, 48 and 8A. RGB value is (253,72,138). Sum of RGB (Red+Green+Blue) = 253+72+138=463 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.64% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 253 - color contains mainly: red. Hex color #FD488A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD488A is #02B775. Grayscale: #858585. Windows color (decimal): -178038 or 9062653. OLE color: 9062653.
HSL color Cylindrical-coordinate representation of color #FD488A: hue angle of 338.12º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD488A is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 72 | 138 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.01 |
| HSL | 338.12º | 0.98% | 0.64% | - |
| HSV(B) | 338.12º | 0.72% | 0.99% | - |
| XYZ | 47.41 | 27.35 | 26.83 | - |
| YUV | 133.64 | 130.47 | 213.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 72 | 138 | 0 | 0.72 | 0.45 | 0.01 | 338.12 | 0.98 | 0.64 |
| Hex | FD | 48 | 8A | 0 | 48 | 2D | 1 | 152 | 62 | 40 |
| Octal | 375 | 110 | 212 | 0 | 110 | 55 | 1 | 522 | 142 | 100 |
| Binary | 11111101 | 1001000 | 10001010 | 0 | 1001000 | 101101 | 1 | 101010010 | 1100010 | 1000000 |
Color Harmonies of #FD488A
Complementary color
Monochromatic Colors of #FD488A
Black with #FD488A
Text Example
Text Example
White with #FD488A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD488A; }
p { color: rgb(253,72,138); }
H1.HeaderClassName
{
color: #FD488A;
}
.AnyTagClassName
{
color: #FD488A;
}
</style>
background-color css
<style>
a { background-color: #FD488A; }
a { background-color: rgb(253,72,138); }
div.DivClassName
{
background-color: #FD488A;
}
.BgClassName
{
background-color: #FD488A;
}
</style>
border-color css
<style>
span { border-color: #FD488A; }
span { border-color: rgb(253,72,138); }
td.TdClassName
{
border-color: #FD488A;
}
.TagClassName
{
border-color: #FD488A;
}
</style>