#FA4090

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

Shades of Violet Red #FA4090

Tints of Violet Red #FA4090

Color information

#FA4090 (or 0xFA4090) is unknown color: approx Violet Red. HEX triplet: FA, 40 and 90. RGB value is (250,64,144). Sum of RGB (Red+Green+Blue) = 250+64+144=458 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.59% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4090 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4090 is #05BF6F. Grayscale: #808080. Windows color (decimal): -376688 or 9453818. OLE color: 9453818.

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

Color convert

RGB25064144-
CMYK00.740.420.02
HSL334.19º94.9%61.57%-
HSV(B)334.19º74.4%98.04%-
XYZ46.292628.97-
YUV128.73136.62214.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 54.59%
GREEN value IS 64 (25.39% from 255) = 13.97%
BLUE value IS 144 (56.64% from 255) = 31.44%
R=54.59%
G=13.97%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506414400.740.420.02334.1994.961.57
HexFA409004A2A214e5f3e
Octal372100220011252251613776
Binary1111101010000001001000001001010101010101010011101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4090; }

 p { color: rgb(250,64,144); }

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

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

 a { background-color: rgb(250,64,144); }

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

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

 span { border-color: rgb(250,64,144); }

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