#FA4794

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

Shades of Violet Red #FA4794

Tints of Violet Red #FA4794

Color information

#FA4794 (or 0xFA4794) is unknown color: approx Violet Red. HEX triplet: FA, 47 and 94. RGB value is (250,71,148). Sum of RGB (Red+Green+Blue) = 250+71+148=469 (62% of max value = 765). Red value is 250 (98.05% from 255 or 53.30% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4794 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4794 is #05B86B. Grayscale: #858585. Windows color (decimal): -374892 or 9717754. OLE color: 9717754.

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

Color convert

RGB25071148-
CMYK00.720.410.02
HSL334.19º94.71%62.94%-
HSV(B)334.19º71.6%98.04%-
XYZ47.0226.9730.74-
YUV133.3136.3211.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.30%
GREEN value IS 71 (28.12% from 255) = 15.14%
BLUE value IS 148 (58.20% from 255) = 31.56%
R=53.30%
G=15.14%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2507114800.720.410.02334.1994.7162.94
HexFA479404829214e5f3f
Octal372107224011051251613777
Binary1111101010001111001010001001000101001101010011101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4794; }

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

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

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

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

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

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

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

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