#FE367E

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

Shades of Violet Red #FE367E

Tints of Violet Red #FE367E

Color information

#FE367E (or 0xFE367E) is unknown color: approx Violet Red. HEX triplet: FE, 36 and 7E. RGB value is (254,54,126). Sum of RGB (Red+Green+Blue) = 254+54+126=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 54 (21.48% from 255 or 12.44% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE367E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE367E is #01C981. Grayscale: #797979. Windows color (decimal): -117122 or 8271614. OLE color: 8271614.

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

Color convert

RGB25454126-
CMYK00.790.500.00
HSL338.4º99.01%60.39%-
HSV(B)338.4º78.74%99.61%-
XYZ45.9625.2222.18-
YUV122.01130.26222.15-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.53%
GREEN value IS 54 (21.48% from 255) = 12.44%
BLUE value IS 126 (49.61% from 255) = 29.03%
R=58.53%
G=12.44%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2545412600.790.500.00338.499.0160.39
HexFE367E04F320152633c
Octal37666176011762052214374
Binary1111111011011011111100100111111001001010100101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE367E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE367E; }

 p { color: rgb(254,54,126); }

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

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

 a { background-color: rgb(254,54,126); }

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

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

 span { border-color: rgb(254,54,126); }

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