Html Css Color HEX #FE4881 Violet Red

📋 copy color: '#FE4881'

red 254 ◦ green 72 ◦ blue 129

#FE4881
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Red #FE4881

Tints of Violet Red #FE4881

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 value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE4881 (or 0xFE4881) is known color: 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

RGB 254 72 129 -
CMYK 0 0.72 0.49 0.00
HSL 341.21º 0.99% 0.64% -
HSV(B) 341.21º 0.72% 1% -
XYZ 47.15 27.29 23.55 -
YUV 132.92 125.8 214.37 -
System Red Green Blue C M Y K H S L
Decimal 254 72 129 0 0.72 0.49 0.00 341.21 0.99 0.64
Hex FE 48 81 0 48 31 0 155 63 40
Octal 376 110 201 0 110 61 0 525 143 100
Binary 11111110 1001000 10000001 0 1001000 110001 0 101010101 1100011 1000000

Color Harmonies of #FE4881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4881

Black with #FE4881

Text Example


Text Example

White with #FE4881

Text Example


Text Example

HTML Codes & Css Web 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>