#FA738E

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

Shades of Deep Blush #FA738E

Tints of Deep Blush #FA738E

Color information

#FA738E (or 0xFA738E) is unknown color: approx Deep Blush. HEX triplet: FA, 73 and 8E. RGB value is (250,115,142). Sum of RGB (Red+Green+Blue) = 250+115+142=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 142 (55.86% from 255 or 28.01% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA738E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA738E is #058C71. Grayscale: #9E9E9E. Windows color (decimal): -363634 or 9335802. OLE color: 9335802.

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

Color convert

RGB250115142-
CMYK00.540.430.02
HSL348º93.1%71.57%-
HSV(B)348º54%98.04%-
XYZ50.4434.5429.6-
YUV158.44118.73193.3-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.31%
GREEN value IS 115 (45.31% from 255) = 22.68%
BLUE value IS 142 (55.86% from 255) = 28.01%
R=49.31%
G=22.68%
B=28.01%

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
Decimal25011514200.540.430.0234893.171.57
HexFA738E0362B215c5d48
Octal372163216066532534135110
Binary1111101011100111000111001101101010111010101110010111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA738E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA738E; }

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

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

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

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

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

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

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

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