Html Css Color HEX #FD478D Violet Red

📋 copy color: '#FD478D'

red 253 ◦ green 71 ◦ blue 141

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

Shades of Violet Red #FD478D

Tints of Violet Red #FD478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.27%

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

R = 54.41%
G = 15.27%
B = 30.32%

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

#FD478D (or 0xFD478D) is known color: Violet Red. HEX triplet: FD, 47 and 8D. RGB value is (253,71,141). Sum of RGB (Red+Green+Blue) = 253+71+141=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD478D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD478D is #02B872. Grayscale: #858585. Windows color (decimal): -178291 or 9259005. OLE color: 9259005.

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

Color convert

RGB 253 71 141 -
CMYK 0 0.72 0.44 0.01
HSL 336.92º 0.98% 0.64% -
HSV(B) 336.92º 0.72% 0.99% -
XYZ 47.57 27.31 27.96 -
YUV 133.4 132.3 213.31 -
System Red Green Blue C M Y K H S L
Decimal 253 71 141 0 0.72 0.44 0.01 336.92 0.98 0.64
Hex FD 47 8D 0 48 2C 1 151 62 40
Octal 375 107 215 0 110 54 1 521 142 100
Binary 11111101 1000111 10001101 0 1001000 101100 1 101010001 1100010 1000000

Color Harmonies of #FD478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD478D

Black with #FD478D

Text Example


Text Example

White with #FD478D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD478D; }

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

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

background-color css

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

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

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

border-color css

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

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

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