#FA477E

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

Shades of Violet Red #FA477E

Tints of Violet Red #FA477E

Color information

#FA477E (or 0xFA477E) is unknown color: approx Violet Red. HEX triplet: FA, 47 and 7E. RGB value is (250,71,126). Sum of RGB (Red+Green+Blue) = 250+71+126=447 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.93% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 126 (49.61% from 255 or 28.19% from 447); Max value from RGB is 250 - color contains mainly: red. Hex color #FA477E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA477E is #05B881. Grayscale: #828282. Windows color (decimal): -374914 or 8275962. OLE color: 8275962.

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

Color convert

RGB25071126-
CMYK00.720.500.02
HSL341.56º94.71%62.94%-
HSV(B)341.56º71.6%98.04%-
XYZ45.4426.3422.43-
YUV130.79125.3213.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.93%
GREEN value IS 71 (28.12% from 255) = 15.88%
BLUE value IS 126 (49.61% from 255) = 28.19%
R=55.93%
G=15.88%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507112600.720.500.02341.5694.7162.94
HexFA477E0483221565f3f
Octal372107176011062252613777
Binary111110101000111111111001001000110010101010101101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA477E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA477E; }

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

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

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

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

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

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

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

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