#FE4881

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

Shades of Violet Red #FE4881

Tints of Violet Red #FE4881

Color information

#FE4881 (or 0xFE4881) is unknown color: approx Violet Red. HEX triplet: FE, 48 and 81. RGB value is (254,72,129). Sum of RGB (Red+Green+Blue) = 254+72+129=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 129 (50.78% from 255 or 28.35% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4881 is #01B77E. Grayscale: #848484. Windows color (decimal): -112511 or 8472830. OLE color: 8472830.

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

Color convert

RGB25472129-
CMYK00.720.490.00
HSL341.21º98.91%63.92%-
HSV(B)341.21º71.65%99.61%-
XYZ47.1527.2923.55-
YUV132.92125.8214.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.82%
GREEN value IS 72 (28.52% from 255) = 15.82%
BLUE value IS 129 (50.78% from 255) = 28.35%
R=55.82%
G=15.82%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547212900.720.490.00341.2198.9163.92
HexFE48810483101556340
Octal3761102010110610525143100
Binary1111111010010001000000101001000110001010101010111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4881; }

 p { color: rgb(254,72,129); }

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

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

 a { background-color: rgb(254,72,129); }

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

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

 span { border-color: rgb(254,72,129); }

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