Html Css Color HEX #FE4079 Violet Red

📋 copy color: '#FE4079'

red 254 ◦ green 64 ◦ blue 121

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

Shades of Violet Red #FE4079

Tints of Violet Red #FE4079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.58%

 BLUE value IS 121 (47.66% from 255) = 27.56%

R = 57.86%
G = 14.58%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE4079 (or 0xFE4079) is known color: Violet Red. HEX triplet: FE, 40 and 79. RGB value is (254,64,121). Sum of RGB (Red+Green+Blue) = 254+64+121=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4079 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4079 is #01BF86. Grayscale: #7F7F7F. Windows color (decimal): -114567 or 7946494. OLE color: 7946494.

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

Color convert

RGB 254 64 121 -
CMYK 0 0.75 0.52 0.00
HSL 342º 0.99% 0.62% -
HSV(B) 342º 0.75% 1% -
XYZ 46.16 26.12 20.7 -
YUV 127.31 124.45 218.37 -
System Red Green Blue C M Y K H S L
Decimal 254 64 121 0 0.75 0.52 0.00 342 0.99 0.62
Hex FE 40 79 0 4B 34 0 156 63 3E
Octal 376 100 171 0 113 64 0 526 143 76
Binary 11111110 1000000 1111001 0 1001011 110100 0 101010110 1100011 111110

Color Harmonies of #FE4079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4079

Black with #FE4079

Text Example


Text Example

White with #FE4079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4079; }

 p { color: rgb(254,64,121); }

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

background-color css

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

 a { background-color: rgb(254,64,121); }

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

border-color css

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

 span { border-color: rgb(254,64,121); }

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