#FA4388

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

Shades of Violet Red #FA4388

Tints of Violet Red #FA4388

Color information

#FA4388 (or 0xFA4388) is unknown color: approx Violet Red. HEX triplet: FA, 43 and 88. RGB value is (250,67,136). Sum of RGB (Red+Green+Blue) = 250+67+136=453 (60% of max value = 765). Red value is 250 (98.05% from 255 or 55.19% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 136 (53.52% from 255 or 30.02% from 453); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4388 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4388 is #05BC77. Grayscale: #818181. Windows color (decimal): -375928 or 8930298. OLE color: 8930298.

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

Color convert

RGB25067136-
CMYK00.730.460.02
HSL337.38º94.82%62.16%-
HSV(B)337.38º73.2%98.04%-
XYZ45.8826.1225.92-
YUV129.58131.63213.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 55.19%
GREEN value IS 67 (26.56% from 255) = 14.79%
BLUE value IS 136 (53.52% from 255) = 30.02%
R=55.19%
G=14.79%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506713600.730.460.02337.3894.8262.16
HexFA43880492E21515f3e
Octal372103210011156252113776
Binary1111101010000111000100001001001101110101010100011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4388; }

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

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

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

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

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

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

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

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