#FE4093

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

Shades of Violet Red #FE4093

Tints of Violet Red #FE4093

Color information

#FE4093 (or 0xFE4093) is unknown color: approx Violet Red. HEX triplet: FE, 40 and 93. RGB value is (254,64,147). Sum of RGB (Red+Green+Blue) = 254+64+147=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 147 (57.81% from 255 or 31.61% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4093 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4093 is #01BF6C. Grayscale: #828282. Windows color (decimal): -114541 or 9650430. OLE color: 9650430.

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

Color convert

RGB25464147-
CMYK00.750.420.00
HSL333.79º98.96%62.35%-
HSV(B)333.79º74.8%99.61%-
XYZ47.9726.8430.26-
YUV130.27137.45216.25-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.62%
GREEN value IS 64 (25.39% from 255) = 13.76%
BLUE value IS 147 (57.81% from 255) = 31.61%
R=54.62%
G=13.76%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546414700.750.420.00333.7998.9662.35
HexFE409304B2A014e633e
Octal376100223011352051614376
Binary111111101000000100100110100101110101001010011101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4093; }

 p { color: rgb(254,64,147); }

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

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

 a { background-color: rgb(254,64,147); }

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

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

 span { border-color: rgb(254,64,147); }

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