Html Css Color HEX #FD4079 Violet Red

📋 copy color: '#FD4079'

red 253 ◦ green 64 ◦ blue 121

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

Shades of Violet Red #FD4079

Tints of Violet Red #FD4079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.61%

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

R = 57.76%
G = 14.61%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FD4079 (or 0xFD4079) is known color: Violet Red. HEX triplet: FD, 40 and 79. RGB value is (253,64,121). Sum of RGB (Red+Green+Blue) = 253+64+121=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 121 (47.66% from 255 or 27.63% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4079 is #02BF86. Grayscale: #7E7E7E. Windows color (decimal): -180103 or 7946493. OLE color: 7946493.

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

Color convert

RGB 253 64 121 -
CMYK 0 0.75 0.52 0.01
HSL 341.9º 0.98% 0.62% -
HSV(B) 341.9º 0.75% 0.99% -
XYZ 45.79 25.93 20.68 -
YUV 127.01 124.62 217.87 -
System Red Green Blue C M Y K H S L
Decimal 253 64 121 0 0.75 0.52 0.01 341.9 0.98 0.62
Hex FD 40 79 0 4B 34 1 156 62 3E
Octal 375 100 171 0 113 64 1 526 142 76
Binary 11111101 1000000 1111001 0 1001011 110100 1 101010110 1100010 111110

Color Harmonies of #FD4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4079

Black with #FD4079

Text Example


Text Example

White with #FD4079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4079; }

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

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

background-color css

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

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

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

border-color css

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

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

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