#FD3E78

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

Shades of Violet Red #FD3E78

Tints of Violet Red #FD3E78

Color information

#FD3E78 (or 0xFD3E78) is unknown color: approx Violet Red. HEX triplet: FD, 3E and 78. RGB value is (253,62,120). Sum of RGB (Red+Green+Blue) = 253+62+120=435 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.16% from 435); Green value is 62 (24.61% from 255 or 14.25% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3E78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3E78 is #02C187. Grayscale: #7D7D7D. Windows color (decimal): -180616 or 7880445. OLE color: 7880445.

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

Color convert

RGB25362120-
CMYK00.750.530.01
HSL341.78º97.95%61.76%-
HSV(B)341.78º75.49%99.22%-
XYZ45.6225.6820.32-
YUV125.72124.78218.78-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.16%
GREEN value IS 62 (24.61% from 255) = 14.25%
BLUE value IS 120 (47.27% from 255) = 27.59%
R=58.16%
G=14.25%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536212000.750.530.01341.7897.9561.76
HexFD3E7804B351156623e
Octal37576170011365152614276
Binary1111110111111011110000100101111010111010101101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3E78; }

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

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

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

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

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

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

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

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