#F77293

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

Shades of Deep Blush #F77293

Tints of Deep Blush #F77293

Color information

#F77293 (or 0xF77293) is unknown color: approx Deep Blush. HEX triplet: F7, 72 and 93. RGB value is (247,114,147). Sum of RGB (Red+Green+Blue) = 247+114+147=508 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.62% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 247 - color contains mainly: red. Hex color #F77293 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77293 is #088D6C. Grayscale: #9D9D9D. Windows color (decimal): -560493 or 9663223. OLE color: 9663223.

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

Color convert

RGB247114147-
CMYK00.540.400.03
HSL345.11º89.26%70.78%-
HSV(B)345.11º53.85%96.86%-
XYZ49.6433.9231.53-
YUV157.53122.06191.82-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 48.62%
GREEN value IS 114 (44.92% from 255) = 22.44%
BLUE value IS 147 (57.81% from 255) = 28.94%
R=48.62%
G=22.44%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24711414700.540.400.03345.1189.2670.78
HexF772930362831595947
Octal367162223066503531131107
Binary1111011111100101001001101101101010001110101100110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F77293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F77293; }

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

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

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

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

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

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

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

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