#F76A94

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

Shades of Deep Blush #F76A94

Tints of Deep Blush #F76A94

Color information

#F76A94 (or 0xF76A94) is unknown color: approx Deep Blush. HEX triplet: F7, 6A and 94. RGB value is (247,106,148). Sum of RGB (Red+Green+Blue) = 247+106+148=501 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.30% from 501); Green value is 106 (41.80% from 255 or 21.16% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 247 - color contains mainly: red. Hex color #F76A94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76A94 is #08956B. Grayscale: #989898. Windows color (decimal): -562540 or 9726711. OLE color: 9726711.

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

Color convert

RGB247106148-
CMYK00.570.400.03
HSL342.13º89.81%69.22%-
HSV(B)342.13º57.09%96.86%-
XYZ48.8632.2231.66-
YUV152.95125.21195.08-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.30%
GREEN value IS 106 (41.80% from 255) = 21.16%
BLUE value IS 148 (58.20% from 255) = 29.54%
R=49.30%
G=21.16%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24710614800.570.400.03342.1389.8169.22
HexF76A940392831565a45
Octal367152224071503526132105
Binary1111011111010101001010001110011010001110101011010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76A94; }

 p { color: rgb(247,106,148); }

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

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

 a { background-color: rgb(247,106,148); }

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

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

 span { border-color: rgb(247,106,148); }

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