#FA4394

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

Shades of Violet Red #FA4394

Tints of Violet Red #FA4394

Color information

#FA4394 (or 0xFA4394) is unknown color: approx Violet Red. HEX triplet: FA, 43 and 94. RGB value is (250,67,148). Sum of RGB (Red+Green+Blue) = 250+67+148=465 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.76% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 148 (58.20% from 255 or 31.83% from 465); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4394 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4394 is #05BC6B. Grayscale: #828282. Windows color (decimal): -375916 or 9716730. OLE color: 9716730.

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

Color convert

RGB25067148-
CMYK00.730.410.02
HSL333.44º94.82%62.16%-
HSV(B)333.44º73.2%98.04%-
XYZ46.7826.4830.66-
YUV130.95137.63212.91-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.76%
GREEN value IS 67 (26.56% from 255) = 14.41%
BLUE value IS 148 (58.20% from 255) = 31.83%
R=53.76%
G=14.41%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506714800.730.410.02333.4494.8262.16
HexFA439404929214d5f3e
Octal372103224011151251513776
Binary1111101010000111001010001001001101001101010011011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4394; }

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

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

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

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

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

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

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

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