Html Css Color HEX #FE478A Violet Red

📋 copy color: '#FE478A'

red 254 ◦ green 71 ◦ blue 138

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

Shades of Violet Red #FE478A

Tints of Violet Red #FE478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.33%

 BLUE value IS 138 (54.3% from 255) = 29.81%

R = 54.86%
G = 15.33%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE478A (or 0xFE478A) is known color: Violet Red. HEX triplet: FE, 47 and 8A. RGB value is (254,71,138). Sum of RGB (Red+Green+Blue) = 254+71+138=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 71 (28.12% from 255 or 15.33% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FE478A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE478A is #01B875. Grayscale: #858585. Windows color (decimal): -112758 or 9062398. OLE color: 9062398.

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

Color convert

RGB 254 71 138 -
CMYK 0 0.72 0.46 0.00
HSL 338.03º 0.99% 0.64% -
HSV(B) 338.03º 0.72% 1% -
XYZ 47.71 27.41 26.82 -
YUV 133.36 130.63 214.05 -
System Red Green Blue C M Y K H S L
Decimal 254 71 138 0 0.72 0.46 0.00 338.03 0.99 0.64
Hex FE 47 8A 0 48 2E 0 152 63 40
Octal 376 107 212 0 110 56 0 522 143 100
Binary 11111110 1000111 10001010 0 1001000 101110 0 101010010 1100011 1000000

Color Harmonies of #FE478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE478A

Black with #FE478A

Text Example


Text Example

White with #FE478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE478A; }

 p { color: rgb(254,71,138); }

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

background-color css

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

 a { background-color: rgb(254,71,138); }

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

border-color css

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

 span { border-color: rgb(254,71,138); }

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