#FA748D

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

Shades of Deep Blush #FA748D

Tints of Deep Blush #FA748D

Color information

#FA748D (or 0xFA748D) is unknown color: approx Deep Blush. HEX triplet: FA, 74 and 8D. RGB value is (250,116,141). Sum of RGB (Red+Green+Blue) = 250+116+141=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA748D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA748D is #058B72. Grayscale: #9E9E9E. Windows color (decimal): -363379 or 9270522. OLE color: 9270522.

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

Color convert

RGB250116141-
CMYK00.540.440.02
HSL348.81º93.06%71.76%-
HSV(B)348.81º53.6%98.04%-
XYZ50.4834.7429.24-
YUV158.92117.89192.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.31%
GREEN value IS 116 (45.70% from 255) = 22.88%
BLUE value IS 141 (55.47% from 255) = 27.81%
R=49.31%
G=22.88%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011614100.540.440.02348.8193.0671.76
HexFA748D0362C215d5d48
Octal372164215066542535135110
Binary1111101011101001000110101101101011001010101110110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA748D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA748D; }

 p { color: rgb(250,116,141); }

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

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

 a { background-color: rgb(250,116,141); }

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

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

 span { border-color: rgb(250,116,141); }

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