#FA4593

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

Shades of Violet Red #FA4593

Tints of Violet Red #FA4593

Color information

#FA4593 (or 0xFA4593) is unknown color: approx Violet Red. HEX triplet: FA, 45 and 93. RGB value is (250,69,147). Sum of RGB (Red+Green+Blue) = 250+69+147=466 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.65% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4593 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4593 is #05BA6C. Grayscale: #838383. Windows color (decimal): -375405 or 9651706. OLE color: 9651706.

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

Color convert

RGB25069147-
CMYK00.720.410.02
HSL334.14º94.76%62.55%-
HSV(B)334.14º72.4%98.04%-
XYZ46.8226.6930.29-
YUV132.01136.47212.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.65%
GREEN value IS 69 (27.34% from 255) = 14.81%
BLUE value IS 147 (57.81% from 255) = 31.55%
R=53.65%
G=14.81%
B=31.55%

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
Decimal2506914700.720.410.02334.1494.7662.55
HexFA459304829214e5f3f
Octal372105223011051251613777
Binary1111101010001011001001101001000101001101010011101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4593; }

 p { color: rgb(250,69,147); }

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

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

 a { background-color: rgb(250,69,147); }

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

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

 span { border-color: rgb(250,69,147); }

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