Html Css Color HEX #FE4178 Violet Red

📋 copy color: '#FE4178'

red 254 ◦ green 65 ◦ blue 120

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

Shades of Violet Red #FE4178

Tints of Violet Red #FE4178

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.81%

 BLUE value IS 120 (47.27% from 255) = 27.33%

R = 57.86%
G = 14.81%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE4178 (or 0xFE4178) is known color: Violet Red. HEX triplet: FE, 41 and 78. RGB value is (254,65,120). Sum of RGB (Red+Green+Blue) = 254+65+120=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 65 (25.78% from 255 or 14.81% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4178 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4178 is #01BE87. Grayscale: #7F7F7F. Windows color (decimal): -114312 or 7881214. OLE color: 7881214.

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

Color convert

RGB 254 65 120 -
CMYK 0 0.74 0.53 0.00
HSL 342.54º 0.99% 0.63% -
HSV(B) 342.54º 0.74% 1% -
XYZ 46.15 26.21 20.4 -
YUV 127.78 123.62 218.03 -
System Red Green Blue C M Y K H S L
Decimal 254 65 120 0 0.74 0.53 0.00 342.54 0.99 0.63
Hex FE 41 78 0 4A 35 0 157 63 3F
Octal 376 101 170 0 112 65 0 527 143 77
Binary 11111110 1000001 1111000 0 1001010 110101 0 101010111 1100011 111111

Color Harmonies of #FE4178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4178

Black with #FE4178

Text Example


Text Example

White with #FE4178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4178; }

 p { color: rgb(254,65,120); }

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

background-color css

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

 a { background-color: rgb(254,65,120); }

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

border-color css

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

 span { border-color: rgb(254,65,120); }

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