#FF477F

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

Shades of Violet Red #FF477F

Tints of Violet Red #FF477F

Color information

#FF477F (or 0xFF477F) is unknown color: approx Violet Red. HEX triplet: FF, 47 and 7F. RGB value is (255,71,127). Sum of RGB (Red+Green+Blue) = 255+71+127=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF477F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF477F is #00B880. Grayscale: #848484. Windows color (decimal): -47233 or 8341503. OLE color: 8341503.

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

Color convert

RGB25571127-
CMYK00.720.500
HSL341.74º100%63.92%-
HSV(B)341.74º72.16%100%-
XYZ47.3227.322.85-
YUV132.4124.96215.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.29%
GREEN value IS 71 (28.12% from 255) = 15.67%
BLUE value IS 127 (50% from 255) = 28.04%
R=56.29%
G=15.67%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557112700.720.500341.7410063.92
HexFF477F0483201566440
Octal3771071770110620526144100
Binary111111111000111111111101001000110010010101011011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF477F; }

 p { color: rgb(255,71,127); }

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

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

 a { background-color: rgb(255,71,127); }

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

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

 span { border-color: rgb(255,71,127); }

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