Html Css Color HEX #FE477E Violet Red

📋 copy color: '#FE477E'

red 254 ◦ green 71 ◦ blue 126

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

Shades of Violet Red #FE477E

Tints of Violet Red #FE477E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.94%

R = 56.32%
G = 15.74%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE477E (or 0xFE477E) is known color: Violet Red. HEX triplet: FE, 47 and 7E. RGB value is (254,71,126). Sum of RGB (Red+Green+Blue) = 254+71+126=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 126 (49.61% from 255 or 27.94% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE477E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE477E is #01B881. Grayscale: #838383. Windows color (decimal): -112770 or 8275966. OLE color: 8275966.

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

Color convert

RGB 254 71 126 -
CMYK 0 0.72 0.50 0.00
HSL 341.97º 0.99% 0.64% -
HSV(B) 341.97º 0.72% 1% -
XYZ 46.89 27.08 22.49 -
YUV 131.99 124.63 215.03 -
System Red Green Blue C M Y K H S L
Decimal 254 71 126 0 0.72 0.50 0.00 341.97 0.99 0.64
Hex FE 47 7E 0 48 32 0 156 63 40
Octal 376 107 176 0 110 62 0 526 143 100
Binary 11111110 1000111 1111110 0 1001000 110010 0 101010110 1100011 1000000

Color Harmonies of #FE477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE477E

Black with #FE477E

Text Example


Text Example

White with #FE477E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE477E; }

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

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

background-color css

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

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

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

border-color css

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

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

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