Html Css Color HEX #FD4579 Violet Red

📋 copy color: '#FD4579'

red 253 ◦ green 69 ◦ blue 121

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

Shades of Violet Red #FD4579

Tints of Violet Red #FD4579

RGB

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

 GREEN value IS 69 (27.34% from 255) = 15.58%

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

R = 57.11%
G = 15.58%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD4579 (or 0xFD4579) is known color: Violet Red. HEX triplet: FD, 45 and 79. RGB value is (253,69,121). Sum of RGB (Red+Green+Blue) = 253+69+121=443 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.11% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 121 (47.66% from 255 or 27.31% from 443); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4579 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4579 is #02BA86. Grayscale: #818181. Windows color (decimal): -178823 or 7947773. OLE color: 7947773.

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

Color convert

RGB 253 69 121 -
CMYK 0 0.73 0.52 0.01
HSL 343.04º 0.98% 0.63% -
HSV(B) 343.04º 0.73% 0.99% -
XYZ 46.09 26.52 20.78 -
YUV 129.94 122.96 215.77 -
System Red Green Blue C M Y K H S L
Decimal 253 69 121 0 0.73 0.52 0.01 343.04 0.98 0.63
Hex FD 45 79 0 49 34 1 157 62 3F
Octal 375 105 171 0 111 64 1 527 142 77
Binary 11111101 1000101 1111001 0 1001001 110100 1 101010111 1100010 111111

Color Harmonies of #FD4579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4579

Black with #FD4579

Text Example


Text Example

White with #FD4579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4579; }

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

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

background-color css

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

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

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

border-color css

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

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

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