#FA7291

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

Shades of Deep Blush #FA7291

Tints of Deep Blush #FA7291

Color information

#FA7291 (or 0xFA7291) is unknown color: approx Deep Blush. HEX triplet: FA, 72 and 91. RGB value is (250,114,145). Sum of RGB (Red+Green+Blue) = 250+114+145=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 114 (44.92% from 255 or 22.40% from 509); Blue value is 145 (57.03% from 255 or 28.49% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7291 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7291 is #058D6E. Grayscale: #9E9E9E. Windows color (decimal): -363887 or 9532154. OLE color: 9532154.

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

Color convert

RGB250114145-
CMYK00.540.420.02
HSL346.32º93.15%71.37%-
HSV(B)346.32º54.4%98.04%-
XYZ50.5534.430.76-
YUV158.2120.56193.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.12%
GREEN value IS 114 (44.92% from 255) = 22.40%
BLUE value IS 145 (57.03% from 255) = 28.49%
R=49.12%
G=22.40%
B=28.49%

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
Decimal25011414500.540.420.02346.3293.1571.37
HexFA72910362A215a5d47
Octal372162221066522532135107
Binary1111101011100101001000101101101010101010101101010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA7291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA7291; }

 p { color: rgb(250,114,145); }

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

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

 a { background-color: rgb(250,114,145); }

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

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

 span { border-color: rgb(250,114,145); }

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