Html Css Color HEX #FE3378 Violet Red

📋 copy color: '#FE3378'

red 254 ◦ green 51 ◦ blue 120

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

Shades of Violet Red #FE3378

Tints of Violet Red #FE3378

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12%

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

R = 59.76%
G = 12%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#FE3378 (or 0xFE3378) is known color: Violet Red. HEX triplet: FE, 33 and 78. RGB value is (254,51,120). Sum of RGB (Red+Green+Blue) = 254+51+120=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3378 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3378 is #01CC87. Grayscale: #777777. Windows color (decimal): -117896 or 7877630. OLE color: 7877630.

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

Color convert

RGB 254 51 120 -
CMYK 0 0.80 0.53 0.00
HSL 339.61º 0.99% 0.6% -
HSV(B) 339.61º 0.8% 1% -
XYZ 45.45 24.79 20.16 -
YUV 119.56 128.25 223.89 -
System Red Green Blue C M Y K H S L
Decimal 254 51 120 0 0.80 0.53 0.00 339.61 0.99 0.6
Hex FE 33 78 0 50 35 0 154 63 3C
Octal 376 63 170 0 120 65 0 524 143 74
Binary 11111110 110011 1111000 0 1010000 110101 0 101010100 1100011 111100

Color Harmonies of #FE3378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3378

Black with #FE3378

Text Example


Text Example

White with #FE3378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3378; }

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

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

background-color css

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

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

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

border-color css

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

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

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