#FA4396

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

Shades of Violet Red #FA4396

Tints of Violet Red #FA4396

Color information

#FA4396 (or 0xFA4396) is unknown color: approx Violet Red. HEX triplet: FA, 43 and 96. RGB value is (250,67,150). Sum of RGB (Red+Green+Blue) = 250+67+150=467 (61% of max value = 765). Red value is 250 (98.05% from 255 or 53.53% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 150 (58.98% from 255 or 32.12% from 467); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4396 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4396 is #05BC69. Grayscale: #838383. Windows color (decimal): -375914 or 9847802. OLE color: 9847802.

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

Color convert

RGB25067150-
CMYK00.730.40.02
HSL332.79º94.82%62.16%-
HSV(B)332.79º73.2%98.04%-
XYZ46.9426.5431.5-
YUV131.18138.63212.75-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 53.53%
GREEN value IS 67 (26.56% from 255) = 14.35%
BLUE value IS 150 (58.98% from 255) = 32.12%
R=53.53%
G=14.35%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.4
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506715000.730.40.02332.7994.8262.16
HexFA439604928214d5f3e
Octal372103226011150251513776
Binary1111101010000111001011001001001101000101010011011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4396; }

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

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

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

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

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

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

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

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