#FE3D80

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

Shades of Violet Red #FE3D80

Tints of Violet Red #FE3D80

Color information

#FE3D80 (or 0xFE3D80) is unknown color: approx Violet Red. HEX triplet: FE, 3D and 80. RGB value is (254,61,128). Sum of RGB (Red+Green+Blue) = 254+61+128=443 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.34% from 443); Green value is 61 (24.22% from 255 or 13.77% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3D80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3D80 is #01C27F. Grayscale: #7E7E7E. Windows color (decimal): -115328 or 8404478. OLE color: 8404478.

HSL color Cylindrical-coordinate representation of color #FE3D80: hue angle of 339.17º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3D80 is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB25461128-
CMYK00.760.500.00
HSL339.17º98.97%61.76%-
HSV(B)339.17º75.98%99.61%-
XYZ46.4425.9722.99-
YUV126.34128.94219.05-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.34%
GREEN value IS 61 (24.22% from 255) = 13.77%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=57.34%
G=13.77%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546112800.760.500.00339.1798.9761.76
HexFE3D8004C320153633e
Octal37675200011462052314376
Binary11111110111101100000000100110011001001010100111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3D80; }

 p { color: rgb(254,61,128); }

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

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

 a { background-color: rgb(254,61,128); }

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

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

 span { border-color: rgb(254,61,128); }

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