#FA3D78

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

Shades of Violet Red #FA3D78

Tints of Violet Red #FA3D78

Color information

#FA3D78 (or 0xFA3D78) is unknown color: approx Violet Red. HEX triplet: FA, 3D and 78. RGB value is (250,61,120). Sum of RGB (Red+Green+Blue) = 250+61+120=431 (57% of max value = 765). Red value is 250 (98.05% from 255 or 58.00% from 431); Green value is 61 (24.22% from 255 or 14.15% from 431); Blue value is 120 (47.27% from 255 or 27.84% from 431); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3D78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3D78 is #05C287. Grayscale: #7C7C7C. Windows color (decimal): -377480 or 7880186. OLE color: 7880186.

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

Color convert

RGB25061120-
CMYK00.760.520.02
HSL341.27º94.97%60.98%-
HSV(B)341.27º75.6%98.04%-
XYZ44.4825.0220.25-
YUV124.24125.62217.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 58.00%
GREEN value IS 61 (24.22% from 255) = 14.15%
BLUE value IS 120 (47.27% from 255) = 27.84%
R=58.00%
G=14.15%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2506112000.760.520.02341.2794.9760.98
HexFA3D7804C3421555f3d
Octal37275170011464252513775
Binary11111010111101111100001001100110100101010101011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3D78; }

 p { color: rgb(250,61,120); }

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

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

 a { background-color: rgb(250,61,120); }

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

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

 span { border-color: rgb(250,61,120); }

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