#F77292

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

Shades of Deep Blush #F77292

Tints of Deep Blush #F77292

Color information

#F77292 (or 0xF77292) is unknown color: approx Deep Blush. HEX triplet: F7, 72 and 92. RGB value is (247,114,146). Sum of RGB (Red+Green+Blue) = 247+114+146=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F77292 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77292 is #088D6D. Grayscale: #9D9D9D. Windows color (decimal): -560494 or 9597687. OLE color: 9597687.

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

Color convert

RGB247114146-
CMYK00.540.410.03
HSL345.56º89.26%70.78%-
HSV(B)345.56º53.85%96.86%-
XYZ49.5633.8831.12-
YUV157.42121.56191.9-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.72%
GREEN value IS 114 (44.92% from 255) = 22.49%
BLUE value IS 146 (57.42% from 255) = 28.80%
R=48.72%
G=22.49%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711414600.540.410.03345.5689.2670.78
HexF7729203629315a5947
Octal367162222066513532131107
Binary1111011111100101001001001101101010011110101101010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77292; }

 p { color: rgb(247,114,146); }

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

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

 a { background-color: rgb(247,114,146); }

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

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

 span { border-color: rgb(247,114,146); }

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