Html Css Color HEX #FD488D Violet Red

📋 copy color: '#FD488D'

red 253 ◦ green 72 ◦ blue 141

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

Shades of Violet Red #FD488D

Tints of Violet Red #FD488D

RGB

 RED value IS 253 (99.22% from 255) = 54.29%

 GREEN value IS 72 (28.52% from 255) = 15.45%

 BLUE value IS 141 (55.47% from 255) = 30.26%

R = 54.29%
G = 15.45%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FD488D (or 0xFD488D) is known color: Violet Red. HEX triplet: FD, 48 and 8D. RGB value is (253,72,141). Sum of RGB (Red+Green+Blue) = 253+72+141=466 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.29% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 253 - color contains mainly: red. Hex color #FD488D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD488D is #02B772. Grayscale: #858585. Windows color (decimal): -178035 or 9259261. OLE color: 9259261.

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

Color convert

RGB 253 72 141 -
CMYK 0 0.72 0.44 0.01
HSL 337.13º 0.98% 0.64% -
HSV(B) 337.13º 0.72% 0.99% -
XYZ 47.63 27.44 27.99 -
YUV 133.99 131.97 212.89 -
System Red Green Blue C M Y K H S L
Decimal 253 72 141 0 0.72 0.44 0.01 337.13 0.98 0.64
Hex FD 48 8D 0 48 2C 1 151 62 40
Octal 375 110 215 0 110 54 1 521 142 100
Binary 11111101 1001000 10001101 0 1001000 101100 1 101010001 1100010 1000000

Color Harmonies of #FD488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD488D

Black with #FD488D

Text Example


Text Example

White with #FD488D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD488D; }

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

 H1.HeaderClassName
 {
   color: #FD488D;
 }
 .AnyTagClassName
 {
   color: #FD488D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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