Html Css Color HEX #FE477A Violet Red

📋 copy color: '#FE477A'

red 254 ◦ green 71 ◦ blue 122

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

Shades of Violet Red #FE477A

Tints of Violet Red #FE477A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.29%

R = 56.82%
G = 15.88%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE477A (or 0xFE477A) is known color: Violet Red. HEX triplet: FE, 47 and 7A. RGB value is (254,71,122). Sum of RGB (Red+Green+Blue) = 254+71+122=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE477A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE477A is #01B885. Grayscale: #838383. Windows color (decimal): -112774 or 8013822. OLE color: 8013822.

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

Color convert

RGB 254 71 122 -
CMYK 0 0.72 0.52 0.00
HSL 343.28º 0.99% 0.64% -
HSV(B) 343.28º 0.72% 1% -
XYZ 46.64 26.98 21.16 -
YUV 131.53 122.63 215.35 -
System Red Green Blue C M Y K H S L
Decimal 254 71 122 0 0.72 0.52 0.00 343.28 0.99 0.64
Hex FE 47 7A 0 48 34 0 157 63 40
Octal 376 107 172 0 110 64 0 527 143 100
Binary 11111110 1000111 1111010 0 1001000 110100 0 101010111 1100011 1000000

Color Harmonies of #FE477A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE477A

Black with #FE477A

Text Example


Text Example

White with #FE477A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE477A; }

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

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

background-color css

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

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

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

border-color css

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

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

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