#FA3B7C

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

Shades of Violet Red #FA3B7C

Tints of Violet Red #FA3B7C

Color information

#FA3B7C (or 0xFA3B7C) is unknown color: approx Violet Red. HEX triplet: FA, 3B and 7C. RGB value is (250,59,124). Sum of RGB (Red+Green+Blue) = 250+59+124=433 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.74% from 433); Green value is 59 (23.44% from 255 or 13.63% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3B7C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3B7C is #05C483. Grayscale: #7B7B7B. Windows color (decimal): -377988 or 8141818. OLE color: 8141818.

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

Color convert

RGB25059124-
CMYK00.760.500.02
HSL339.58º95.02%60.59%-
HSV(B)339.58º76.4%98.04%-
XYZ44.6324.9121.52-
YUV123.52128.28218.21-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.74%
GREEN value IS 59 (23.44% from 255) = 13.63%
BLUE value IS 124 (48.83% from 255) = 28.64%
R=57.74%
G=13.63%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2505912400.760.500.02339.5895.0260.59
HexFA3B7C04C3221545f3d
Octal37273174011462252413775
Binary11111010111011111110001001100110010101010101001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3B7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3B7C; }

 p { color: rgb(250,59,124); }

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

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

 a { background-color: rgb(250,59,124); }

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

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

 span { border-color: rgb(250,59,124); }

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