#FE477B

Color #FE477B Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #FE477B

Tints of Violet Red #FE477B

Color information

#FE477B (or 0xFE477B) is unknown color: approx Violet Red. HEX triplet: FE, 47 and 7B. RGB value is (254,71,123). Sum of RGB (Red+Green+Blue) = 254+71+123=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 123 (48.44% from 255 or 27.46% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE477B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE477B is #01B884. Grayscale: #838383. Windows color (decimal): -112773 or 8079358. OLE color: 8079358.

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

Color convert

RGB25471123-
CMYK00.720.520.00
HSL342.95º98.92%63.73%-
HSV(B)342.95º72.05%99.61%-
XYZ46.727.0121.49-
YUV131.64123.13215.27-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 56.70%
GREEN value IS 71 (28.12% from 255) = 15.85%
BLUE value IS 123 (48.44% from 255) = 27.46%
R=56.70%
G=15.85%
B=27.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547112300.720.520.00342.9598.9263.73
HexFE477B0483401576340
Octal3761071730110640527143100
Binary111111101000111111101101001000110100010101011111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE477B; }

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

 H1.HeaderClassName
 {
   color: #FE477B;
 }
 .AnyTagClassName
 {
   color: #FE477B;
 }
</style>
background-color css

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

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

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

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

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

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