#FA7190

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

Shades of Deep Blush #FA7190

Tints of Deep Blush #FA7190

Color information

#FA7190 (or 0xFA7190) is unknown color: approx Deep Blush. HEX triplet: FA, 71 and 90. RGB value is (250,113,144). Sum of RGB (Red+Green+Blue) = 250+113+144=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7190 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7190 is #058E6F. Grayscale: #9D9D9D. Windows color (decimal): -364144 or 9466362. OLE color: 9466362.

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

Color convert

RGB250113144-
CMYK00.550.420.02
HSL346.42º93.2%71.18%-
HSV(B)346.42º54.8%98.04%-
XYZ50.3634.1530.32-
YUV157.5120.39193.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.31%
GREEN value IS 113 (44.53% from 255) = 22.29%
BLUE value IS 144 (56.64% from 255) = 28.40%
R=49.31%
G=22.29%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25011314400.550.420.02346.4293.271.18
HexFA71900372A215a5d47
Octal372161220067522532135107
Binary1111101011100011001000001101111010101010101101010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7190; }

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

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

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

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

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

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

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

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