#FA4374

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

Shades of Violet Red #FA4374

Tints of Violet Red #FA4374

Color information

#FA4374 (or 0xFA4374) is unknown color: approx Violet Red. HEX triplet: FA, 43 and 74. RGB value is (250,67,116). Sum of RGB (Red+Green+Blue) = 250+67+116=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 67 (26.56% from 255 or 15.47% from 433); Blue value is 116 (45.70% from 255 or 26.79% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4374 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4374 is #05BC8B. Grayscale: #7F7F7F. Windows color (decimal): -375948 or 7619578. OLE color: 7619578.

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

Color convert

RGB25067116-
CMYK00.730.540.02
HSL343.93º94.82%62.16%-
HSV(B)343.93º73.2%98.04%-
XYZ44.5825.619.11-
YUV127.3121.63215.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.74%
GREEN value IS 67 (26.56% from 255) = 15.47%
BLUE value IS 116 (45.70% from 255) = 26.79%
R=57.74%
G=15.47%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506711600.730.540.02343.9394.8262.16
HexFA43740493621585f3e
Octal372103164011166253013776
Binary111110101000011111010001001001110110101010110001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA4374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA4374; }

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

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

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

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

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

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

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

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