Html Css Color HEX #FD4779 Violet Red

📋 copy color: '#FD4779'

red 253 ◦ green 71 ◦ blue 121

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

Shades of Violet Red #FD4779

Tints of Violet Red #FD4779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 27.19%

R = 56.85%
G = 15.96%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD4779 (or 0xFD4779) is known color: Violet Red. HEX triplet: FD, 47 and 79. RGB value is (253,71,121). Sum of RGB (Red+Green+Blue) = 253+71+121=445 (58% of max value = 765). Red value is 253 (99.22% from 255 or 56.85% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 121 (47.66% from 255 or 27.19% from 445); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4779 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4779 is #02B886. Grayscale: #838383. Windows color (decimal): -178311 or 7948285. OLE color: 7948285.

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

Color convert

RGB 253 71 121 -
CMYK 0 0.72 0.52 0.01
HSL 343.52º 0.98% 0.64% -
HSV(B) 343.52º 0.72% 0.99% -
XYZ 46.21 26.77 20.82 -
YUV 131.12 122.3 214.93 -
System Red Green Blue C M Y K H S L
Decimal 253 71 121 0 0.72 0.52 0.01 343.52 0.98 0.64
Hex FD 47 79 0 48 34 1 158 62 40
Octal 375 107 171 0 110 64 1 530 142 100
Binary 11111101 1000111 1111001 0 1001000 110100 1 101011000 1100010 1000000

Color Harmonies of #FD4779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4779

Black with #FD4779

Text Example


Text Example

White with #FD4779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4779; }

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

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

background-color css

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

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

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

border-color css

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

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

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