Html Css Color HEX #FE2E80 Violet Red

📋 copy color: '#FE2E80'

red 254 ◦ green 46 ◦ blue 128

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

Shades of Violet Red #FE2E80

Tints of Violet Red #FE2E80

RGB

 RED value IS 254 (99.61% from 255) = 59.35%

 GREEN value IS 46 (18.36% from 255) = 10.75%

 BLUE value IS 128 (50.39% from 255) = 29.91%

R = 59.35%
G = 10.75%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE2E80 (or 0xFE2E80) is known color: Violet Red. HEX triplet: FE, 2E and 80. RGB value is (254,46,128). Sum of RGB (Red+Green+Blue) = 254+46+128=428 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.35% from 428); Green value is 46 (18.36% from 255 or 10.75% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2E80 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2E80 is #01D17F. Grayscale: #757575. Windows color (decimal): -119168 or 8400638. OLE color: 8400638.

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

Color convert

RGB 254 46 128 -
CMYK 0 0.82 0.50 0.00
HSL 336.35º 0.99% 0.59% -
HSV(B) 336.35º 0.82% 1% -
XYZ 45.75 24.58 22.76 -
YUV 117.54 133.91 225.33 -
System Red Green Blue C M Y K H S L
Decimal 254 46 128 0 0.82 0.50 0.00 336.35 0.99 0.59
Hex FE 2E 80 0 52 32 0 150 63 3B
Octal 376 56 200 0 122 62 0 520 143 73
Binary 11111110 101110 10000000 0 1010010 110010 0 101010000 1100011 111011

Color Harmonies of #FE2E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2E80

Black with #FE2E80

Text Example


Text Example

White with #FE2E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2E80; }

 p { color: rgb(254,46,128); }

 H1.HeaderClassName
 {
   color: #FE2E80;
 }
 .AnyTagClassName
 {
   color: #FE2E80;
 }
</style>

background-color css

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

 a { background-color: rgb(254,46,128); }

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

border-color css

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

 span { border-color: rgb(254,46,128); }

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