#FA738F

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

Shades of Deep Blush #FA738F

Tints of Deep Blush #FA738F

Color information

#FA738F (or 0xFA738F) is unknown color: approx Deep Blush. HEX triplet: FA, 73 and 8F. RGB value is (250,115,143). Sum of RGB (Red+Green+Blue) = 250+115+143=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 143 (56.25% from 255 or 28.15% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA738F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA738F is #058C70. Grayscale: #9E9E9E. Windows color (decimal): -363633 or 9401338. OLE color: 9401338.

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

Color convert

RGB250115143-
CMYK00.540.430.02
HSL347.56º93.1%71.57%-
HSV(B)347.56º54%98.04%-
XYZ50.5134.5730-
YUV158.56119.23193.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.21%
GREEN value IS 115 (45.31% from 255) = 22.64%
BLUE value IS 143 (56.25% from 255) = 28.15%
R=49.21%
G=22.64%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011514300.540.430.02347.5693.171.57
HexFA738F0362B215c5d48
Octal372163217066532534135110
Binary1111101011100111000111101101101010111010101110010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA738F; }

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

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

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

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

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

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

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

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