Html Css Color HEX #FE3478 Violet Red

📋 copy color: '#FE3478'

red 254 ◦ green 52 ◦ blue 120

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

Shades of Violet Red #FE3478

Tints of Violet Red #FE3478

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.21%

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

R = 59.62%
G = 12.21%
B = 28.17%

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

#FE3478 (or 0xFE3478) is known color: Violet Red. HEX triplet: FE, 34 and 78. RGB value is (254,52,120). Sum of RGB (Red+Green+Blue) = 254+52+120=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 52 (20.70% from 255 or 12.21% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3478 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3478 is #01CB87. Grayscale: #787878. Windows color (decimal): -117640 or 7877886. OLE color: 7877886.

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

Color convert

RGB 254 52 120 -
CMYK 0 0.80 0.53 0.00
HSL 339.8º 0.99% 0.6% -
HSV(B) 339.8º 0.8% 1% -
XYZ 45.49 24.88 20.17 -
YUV 120.15 127.92 223.47 -
System Red Green Blue C M Y K H S L
Decimal 254 52 120 0 0.80 0.53 0.00 339.8 0.99 0.6
Hex FE 34 78 0 50 35 0 154 63 3C
Octal 376 64 170 0 120 65 0 524 143 74
Binary 11111110 110100 1111000 0 1010000 110101 0 101010100 1100011 111100

Color Harmonies of #FE3478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3478

Black with #FE3478

Text Example


Text Example

White with #FE3478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3478; }

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

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

background-color css

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

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

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

border-color css

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

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

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