#FD488C

Color #FD488C Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #FD488C

Tints of Violet Red #FD488C

Color information

#FD488C (or 0xFD488C) is unknown color: approx Violet Red. HEX triplet: FD, 48 and 8C. RGB value is (253,72,140). Sum of RGB (Red+Green+Blue) = 253+72+140=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD488C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD488C is #02B773. Grayscale: #858585. Windows color (decimal): -178036 or 9193725. OLE color: 9193725.

HSL color Cylindrical-coordinate representation of color #FD488C: hue angle of 337.46º 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 #FD488C is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB25372140-
CMYK00.720.450.01
HSL337.46º97.84%63.73%-
HSV(B)337.46º71.54%99.22%-
XYZ47.5627.4127.6-
YUV133.87131.47212.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 54.41%
GREEN value IS 72 (28.52% from 255) = 15.48%
BLUE value IS 140 (55.08% from 255) = 30.11%
R=54.41%
G=15.48%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2537214000.720.450.01337.4697.8463.73
HexFD488C0482D11516240
Octal3751102140110551521142100
Binary1111110110010001000110001001000101101110101000111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD488C; }

 p { color: rgb(253,72,140); }

 H1.HeaderClassName
 {
   color: #FD488C;
 }
 .AnyTagClassName
 {
   color: #FD488C;
 }
</style>
background-color css

<style>
 a { background-color: #FD488C; }

 a { background-color: rgb(253,72,140); }

 div.DivClassName
 {
   background-color: #FD488C;
 }
 .BgClassName
 {
   background-color: #FD488C;
 }
</style>
border-color css

<style>
 span { border-color: #FD488C; }

 span { border-color: rgb(253,72,140); }

 td.TdClassName
 {
   border-color: #FD488C;
 }
 .TagClassName
 {
   border-color: #FD488C;
 }
</style>