#FE337F

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

Shades of Violet Red #FE337F

Tints of Violet Red #FE337F

Color information

#FE337F (or 0xFE337F) is unknown color: approx Violet Red. HEX triplet: FE, 33 and 7F. RGB value is (254,51,127). Sum of RGB (Red+Green+Blue) = 254+51+127=432 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.80% from 432); Green value is 51 (20.31% from 255 or 11.81% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 254 - color contains mainly: red. Hex color #FE337F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE337F is #01CC80. Grayscale: #787878. Windows color (decimal): -117889 or 8336382. OLE color: 8336382.

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

Color convert

RGB25451127-
CMYK00.800.500.00
HSL337.54º99.02%59.8%-
HSV(B)337.54º79.92%99.61%-
XYZ45.8924.9722.48-
YUV120.36131.75223.32-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.80%
GREEN value IS 51 (20.31% from 255) = 11.81%
BLUE value IS 127 (50% from 255) = 29.40%
R=58.80%
G=11.81%
B=29.40%

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
Decimal2545112700.800.500.00337.5499.0259.8
HexFE337F050320152633c
Octal37663177012062052214374
Binary1111111011001111111110101000011001001010100101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE337F; }

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

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

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

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

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

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

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

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