Html Css Color HEX #FD4476 Violet Red

📋 copy color: '#FD4476'

red 253 ◦ green 68 ◦ blue 118

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

Shades of Violet Red #FD4476

Tints of Violet Red #FD4476

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.49%

 BLUE value IS 118 (46.48% from 255) = 26.88%

R = 57.63%
G = 15.49%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FD4476 (or 0xFD4476) is known color: Violet Red. HEX triplet: FD, 44 and 76. RGB value is (253,68,118). Sum of RGB (Red+Green+Blue) = 253+68+118=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 118 (46.48% from 255 or 26.88% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4476 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4476 is #02BB89. Grayscale: #808080. Windows color (decimal): -179082 or 7750909. OLE color: 7750909.

HSL color Cylindrical-coordinate representation of color #FD4476: hue angle of 343.78º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FD4476 is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 68 118 -
CMYK 0 0.73 0.53 0.01
HSL 343.78º 0.98% 0.63% -
HSV(B) 343.78º 0.73% 0.99% -
XYZ 45.85 26.32 19.8 -
YUV 129.02 121.79 216.43 -
System Red Green Blue C M Y K H S L
Decimal 253 68 118 0 0.73 0.53 0.01 343.78 0.98 0.63
Hex FD 44 76 0 49 35 1 158 62 3F
Octal 375 104 166 0 111 65 1 530 142 77
Binary 11111101 1000100 1110110 0 1001001 110101 1 101011000 1100010 111111

Color Harmonies of #FD4476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4476

Black with #FD4476

Text Example


Text Example

White with #FD4476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4476; }

 p { color: rgb(253,68,118); }

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

background-color css

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

 a { background-color: rgb(253,68,118); }

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

border-color css

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

 span { border-color: rgb(253,68,118); }

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