#FE3D84

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

Shades of Violet Red #FE3D84

Tints of Violet Red #FE3D84

Color information

#FE3D84 (or 0xFE3D84) is unknown color: approx Violet Red. HEX triplet: FE, 3D and 84. RGB value is (254,61,132). Sum of RGB (Red+Green+Blue) = 254+61+132=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 132 (51.95% from 255 or 29.53% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3D84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3D84 is #01C27B. Grayscale: #7E7E7E. Windows color (decimal): -115324 or 8666622. OLE color: 8666622.

HSL color Cylindrical-coordinate representation of color #FE3D84: hue angle of 337.93º 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 #FE3D84 is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.00.

Color convert

RGB25461132-
CMYK00.760.480.00
HSL337.93º98.97%61.76%-
HSV(B)337.93º75.98%99.61%-
XYZ46.7126.0724.4-
YUV126.8130.94218.73-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.82%
GREEN value IS 61 (24.22% from 255) = 13.65%
BLUE value IS 132 (51.95% from 255) = 29.53%
R=56.82%
G=13.65%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546113200.760.480.00337.9398.9761.76
HexFE3D8404C300152633e
Octal37675204011460052214376
Binary11111110111101100001000100110011000001010100101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3D84; }

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

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

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

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

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

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

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

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