#FA3B7D

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

Shades of Violet Red #FA3B7D

Tints of Violet Red #FA3B7D

Color information

#FA3B7D (or 0xFA3B7D) is unknown color: approx Violet Red. HEX triplet: FA, 3B and 7D. RGB value is (250,59,125). Sum of RGB (Red+Green+Blue) = 250+59+125=434 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.60% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3B7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3B7D is #05C482. Grayscale: #7B7B7B. Windows color (decimal): -377987 or 8207354. OLE color: 8207354.

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

Color convert

RGB25059125-
CMYK00.760.500.02
HSL339.27º95.02%60.59%-
HSV(B)339.27º76.4%98.04%-
XYZ44.6924.9321.86-
YUV123.63128.78218.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 57.60%
GREEN value IS 59 (23.44% from 255) = 13.59%
BLUE value IS 125 (49.22% from 255) = 28.80%
R=57.60%
G=13.59%
B=28.80%

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
Decimal2505912500.760.500.02339.2795.0260.59
HexFA3B7D04C3221535f3d
Octal37273175011462252313775
Binary11111010111011111110101001100110010101010100111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA3B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA3B7D; }

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

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

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

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

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

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

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

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