#FA7390

Color #FA7390 Deep Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Blush #FA7390

Tints of Deep Blush #FA7390

Color information

#FA7390 (or 0xFA7390) is unknown color: approx Deep Blush. HEX triplet: FA, 73 and 90. RGB value is (250,115,144). Sum of RGB (Red+Green+Blue) = 250+115+144=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 115 (45.31% from 255 or 22.59% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7390 is #058C6F. Grayscale: #9E9E9E. Windows color (decimal): -363632 or 9466874. OLE color: 9466874.

HSL color Cylindrical-coordinate representation of color #FA7390: hue angle of 347.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FA7390 is Cyan = 0, Magento = 0.54, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB250115144-
CMYK00.540.420.02
HSL347.11º93.1%71.57%-
HSV(B)347.11º54%98.04%-
XYZ50.5934.630.4-
YUV158.67119.73193.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.12%
GREEN value IS 115 (45.31% from 255) = 22.59%
BLUE value IS 144 (56.64% from 255) = 28.29%
R=49.12%
G=22.59%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011514400.540.420.02347.1193.171.57
HexFA73900362A215b5d48
Octal372163220066522533135110
Binary1111101011100111001000001101101010101010101101110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7390; }

 p { color: rgb(250,115,144); }

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

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

 a { background-color: rgb(250,115,144); }

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

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

 span { border-color: rgb(250,115,144); }

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