#FE3380

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

Shades of Violet Red #FE3380

Tints of Violet Red #FE3380

Color information

#FE3380 (or 0xFE3380) is unknown color: approx Violet Red. HEX triplet: FE, 33 and 80. RGB value is (254,51,128). Sum of RGB (Red+Green+Blue) = 254+51+128=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 51 (20.31% from 255 or 11.78% from 433); Blue value is 128 (50.39% from 255 or 29.56% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3380 is #01CC7F. Grayscale: #787878. Windows color (decimal): -117888 or 8401918. OLE color: 8401918.

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

Color convert

RGB25451128-
CMYK00.800.500.00
HSL337.24º99.02%59.8%-
HSV(B)337.24º79.92%99.61%-
XYZ45.952522.82-
YUV120.48132.25223.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.66%
GREEN value IS 51 (20.31% from 255) = 11.78%
BLUE value IS 128 (50.39% from 255) = 29.56%
R=58.66%
G=11.78%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545112800.800.500.00337.2499.0259.8
HexFE3380050320151633c
Octal37663200012062052114374
Binary11111110110011100000000101000011001001010100011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE3380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE3380; }

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

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

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

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

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

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

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

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