#FE428B

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

Shades of Violet Red #FE428B

Tints of Violet Red #FE428B

Color information

#FE428B (or 0xFE428B) is unknown color: approx Violet Red. HEX triplet: FE, 42 and 8B. RGB value is (254,66,139). Sum of RGB (Red+Green+Blue) = 254+66+139=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 66 (26.17% from 255 or 14.38% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE428B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE428B is #01BD74. Grayscale: #828282. Windows color (decimal): -114037 or 9126654. OLE color: 9126654.

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

Color convert

RGB25466139-
CMYK00.740.450.00
HSL336.7º98.95%62.75%-
HSV(B)336.7º74.02%99.61%-
XYZ47.4826.8327.1-
YUV130.53132.78216.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.34%
GREEN value IS 66 (26.17% from 255) = 14.38%
BLUE value IS 139 (54.69% from 255) = 30.28%
R=55.34%
G=14.38%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546613900.740.450.00336.798.9562.75
HexFE428B04A2D0151633f
Octal376102213011255052114377
Binary111111101000010100010110100101010110101010100011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE428B; }

 p { color: rgb(254,66,139); }

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

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

 a { background-color: rgb(254,66,139); }

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

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

 span { border-color: rgb(254,66,139); }

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