Html Css Color HEX #FE4378 Violet Red

📋 copy color: '#FE4378'

red 254 ◦ green 67 ◦ blue 120

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

Shades of Violet Red #FE4378

Tints of Violet Red #FE4378

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.19%

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

R = 57.6%
G = 15.19%
B = 27.21%

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

#FE4378 (or 0xFE4378) is known color: Violet Red. HEX triplet: FE, 43 and 78. RGB value is (254,67,120). Sum of RGB (Red+Green+Blue) = 254+67+120=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 67 (26.56% from 255 or 15.19% from 441); Blue value is 120 (47.27% from 255 or 27.21% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4378 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4378 is #01BC87. Grayscale: #808080. Windows color (decimal): -113800 or 7881726. OLE color: 7881726.

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

Color convert

RGB 254 67 120 -
CMYK 0 0.74 0.53 0.00
HSL 342.99º 0.99% 0.63% -
HSV(B) 342.99º 0.74% 1% -
XYZ 46.27 26.44 20.43 -
YUV 128.96 122.95 217.19 -
System Red Green Blue C M Y K H S L
Decimal 254 67 120 0 0.74 0.53 0.00 342.99 0.99 0.63
Hex FE 43 78 0 4A 35 0 157 63 3F
Octal 376 103 170 0 112 65 0 527 143 77
Binary 11111110 1000011 1111000 0 1001010 110101 0 101010111 1100011 111111

Color Harmonies of #FE4378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE4378

Black with #FE4378

Text Example


Text Example

White with #FE4378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE4378; }

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

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

background-color css

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

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

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

border-color css

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

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

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