#F77095

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

Shades of Deep Blush #F77095

Tints of Deep Blush #F77095

Color information

#F77095 (or 0xF77095) is unknown color: approx Deep Blush. HEX triplet: F7, 70 and 95. RGB value is (247,112,149). Sum of RGB (Red+Green+Blue) = 247+112+149=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F77095 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77095 is #088F6A. Grayscale: #9C9C9C. Windows color (decimal): -561003 or 9793783. OLE color: 9793783.

HSL color Cylindrical-coordinate representation of color #F77095: hue angle of 343.56º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F77095 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB247112149-
CMYK00.550.400.03
HSL343.56º89.4%70.39%-
HSV(B)343.56º54.66%96.86%-
XYZ49.5833.5332.29-
YUV156.58123.73192.49-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.62%
GREEN value IS 112 (44.14% from 255) = 22.05%
BLUE value IS 149 (58.59% from 255) = 29.33%
R=48.62%
G=22.05%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711214900.550.400.03343.5689.470.39
HexF770950372831585946
Octal367160225067503530131106
Binary1111011111100001001010101101111010001110101100010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77095; }

 p { color: rgb(247,112,149); }

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

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

 a { background-color: rgb(247,112,149); }

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

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

 span { border-color: rgb(247,112,149); }

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