#FE3381

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

Shades of Violet Red #FE3381

Tints of Violet Red #FE3381

Color information

#FE3381 (or 0xFE3381) is unknown color: approx Violet Red. HEX triplet: FE, 33 and 81. RGB value is (254,51,129). Sum of RGB (Red+Green+Blue) = 254+51+129=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 129 (50.78% from 255 or 29.72% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3381 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3381 is #01CC7E. Grayscale: #787878. Windows color (decimal): -117887 or 8467454. OLE color: 8467454.

HSL color Cylindrical-coordinate representation of color #FE3381: hue angle of 336.95º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3381 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB25451129-
CMYK00.800.490.00
HSL336.95º99.02%59.8%-
HSV(B)336.95º79.92%99.61%-
XYZ46.0225.0223.17-
YUV120.59132.75223.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.53%
GREEN value IS 51 (20.31% from 255) = 11.75%
BLUE value IS 129 (50.78% from 255) = 29.72%
R=58.53%
G=11.75%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545112900.800.490.00336.9599.0259.8
HexFE3381050310151633c
Octal37663201012061052114374
Binary11111110110011100000010101000011000101010100011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3381; }

 p { color: rgb(254,51,129); }

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

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

 a { background-color: rgb(254,51,129); }

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

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

 span { border-color: rgb(254,51,129); }

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