Html Css Color HEX #FE4780 Violet Red

📋 copy color: '#FE4780'

red 254 ◦ green 71 ◦ blue 128

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

Shades of Violet Red #FE4780

Tints of Violet Red #FE4780

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.67%

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

R = 56.07%
G = 15.67%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE4780 (or 0xFE4780) is known color: Violet Red. HEX triplet: FE, 47 and 80. RGB value is (254,71,128). Sum of RGB (Red+Green+Blue) = 254+71+128=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4780 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4780 is #01B87F. Grayscale: #848484. Windows color (decimal): -112768 or 8407038. OLE color: 8407038.

HSL color Cylindrical-coordinate representation of color #FE4780: hue angle of 341.31º 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 #FE4780 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 71 128 -
CMYK 0 0.72 0.50 0.00
HSL 341.31º 0.99% 0.64% -
HSV(B) 341.31º 0.72% 1% -
XYZ 47.02 27.14 23.18 -
YUV 132.22 125.63 214.87 -
System Red Green Blue C M Y K H S L
Decimal 254 71 128 0 0.72 0.50 0.00 341.31 0.99 0.64
Hex FE 47 80 0 48 32 0 155 63 40
Octal 376 107 200 0 110 62 0 525 143 100
Binary 11111110 1000111 10000000 0 1001000 110010 0 101010101 1100011 1000000

Color Harmonies of #FE4780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4780

Black with #FE4780

Text Example


Text Example

White with #FE4780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4780; }

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

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

background-color css

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

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

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

border-color css

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

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

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