#FD3E79

Color #FD3E79 Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #FD3E79

Tints of Violet Red #FD3E79

Color information

#FD3E79 (or 0xFD3E79) is unknown color: approx Violet Red. HEX triplet: FD, 3E and 79. RGB value is (253,62,121). Sum of RGB (Red+Green+Blue) = 253+62+121=436 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.03% from 436); Green value is 62 (24.61% from 255 or 14.22% from 436); Blue value is 121 (47.66% from 255 or 27.75% from 436); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E79 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3E79 is #02C186. Grayscale: #7D7D7D. Windows color (decimal): -180615 or 7945981. OLE color: 7945981.

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

Color convert

RGB25362121-
CMYK00.750.520.01
HSL341.47º97.95%61.76%-
HSV(B)341.47º75.49%99.22%-
XYZ45.6825.7120.64-
YUV125.84125.28218.7-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.03%
GREEN value IS 62 (24.61% from 255) = 14.22%
BLUE value IS 121 (47.66% from 255) = 27.75%
R=58.03%
G=14.22%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536212100.750.520.01341.4797.9561.76
HexFD3E7904B341155623e
Octal37576171011364152514276
Binary1111110111111011110010100101111010011010101011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3E79; }

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

 H1.HeaderClassName
 {
   color: #FD3E79;
 }
 .AnyTagClassName
 {
   color: #FD3E79;
 }
</style>
background-color css

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

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

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

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

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

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