#FE458E

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

Shades of Violet Red #FE458E

Tints of Violet Red #FE458E

Color information

#FE458E (or 0xFE458E) is unknown color: approx Violet Red. HEX triplet: FE, 45 and 8E. RGB value is (254,69,142). Sum of RGB (Red+Green+Blue) = 254+69+142=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE458E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE458E is #01BA71. Grayscale: #848484. Windows color (decimal): -113266 or 9324030. OLE color: 9324030.

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

Color convert

RGB25469142-
CMYK00.730.440.00
HSL336.32º98.93%63.33%-
HSV(B)336.32º72.83%99.61%-
XYZ47.8827.2828.33-
YUV132.64133.29214.56-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.62%
GREEN value IS 69 (27.34% from 255) = 14.84%
BLUE value IS 142 (55.86% from 255) = 30.54%
R=54.62%
G=14.84%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546914200.730.440.00336.3298.9363.33
HexFE458E0492C0150633f
Octal376105216011154052014377
Binary111111101000101100011100100100110110001010100001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE458E; }

 p { color: rgb(254,69,142); }

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

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

 a { background-color: rgb(254,69,142); }

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

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

 span { border-color: rgb(254,69,142); }

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