Html Css Color HEX #FD477D Violet Red

📋 copy color: '#FD477D'

red 253 ◦ green 71 ◦ blue 125

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

Shades of Violet Red #FD477D

Tints of Violet Red #FD477D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.84%

R = 56.35%
G = 15.81%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#FD477D (or 0xFD477D) is known color: Violet Red. HEX triplet: FD, 47 and 7D. RGB value is (253,71,125). Sum of RGB (Red+Green+Blue) = 253+71+125=449 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.35% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 253 - color contains mainly: red. Hex color #FD477D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD477D is #02B882. Grayscale: #838383. Windows color (decimal): -178307 or 8210429. OLE color: 8210429.

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

Color convert

RGB 253 71 125 -
CMYK 0 0.72 0.51 0.01
HSL 342.2º 0.98% 0.64% -
HSV(B) 342.2º 0.72% 0.99% -
XYZ 46.46 26.87 22.14 -
YUV 131.57 124.3 214.61 -
System Red Green Blue C M Y K H S L
Decimal 253 71 125 0 0.72 0.51 0.01 342.2 0.98 0.64
Hex FD 47 7D 0 48 33 1 156 62 40
Octal 375 107 175 0 110 63 1 526 142 100
Binary 11111101 1000111 1111101 0 1001000 110011 1 101010110 1100010 1000000

Color Harmonies of #FD477D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD477D

Black with #FD477D

Text Example


Text Example

White with #FD477D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD477D; }

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

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

background-color css

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

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

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

border-color css

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

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

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