Html Css Color HEX #FD488C Violet Red

📋 copy color: '#FD488C'

red 253 ◦ green 72 ◦ blue 140

#FD488C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Red #FD488C

Tints of Violet Red #FD488C

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 value IS 0

 M value IS 0.72

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FD488C (or 0xFD488C) is known color: 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

RGB 253 72 140 -
CMYK 0 0.72 0.45 0.01
HSL 337.46º 0.98% 0.64% -
HSV(B) 337.46º 0.72% 0.99% -
XYZ 47.56 27.41 27.6 -
YUV 133.87 131.47 212.97 -
System Red Green Blue C M Y K H S L
Decimal 253 72 140 0 0.72 0.45 0.01 337.46 0.98 0.64
Hex FD 48 8C 0 48 2D 1 151 62 40
Octal 375 110 214 0 110 55 1 521 142 100
Binary 11111101 1001000 10001100 0 1001000 101101 1 101010001 1100010 1000000

Color Harmonies of #FD488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD488C

Black with #FD488C

Text Example


Text Example

White with #FD488C

Text Example


Text Example

HTML Codes & Css Web 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>