#F76B95

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

Shades of Deep Blush #F76B95

Tints of Deep Blush #F76B95

Color information

#F76B95 (or 0xF76B95) is unknown color: approx Deep Blush. HEX triplet: F7, 6B and 95. RGB value is (247,107,149). Sum of RGB (Red+Green+Blue) = 247+107+149=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 107 (42.19% from 255 or 21.27% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F76B95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76B95 is #08946A. Grayscale: #999999. Windows color (decimal): -562283 or 9792503. OLE color: 9792503.

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

Color convert

RGB247107149-
CMYK00.570.400.03
HSL342º89.74%69.41%-
HSV(B)342º56.68%96.86%-
XYZ49.0432.4632.11-
YUV153.65125.38194.58-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 49.11%
GREEN value IS 107 (42.19% from 255) = 21.27%
BLUE value IS 149 (58.59% from 255) = 29.62%
R=49.11%
G=21.27%
B=29.62%

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
Decimal24710714900.570.400.0334289.7469.41
HexF76B950392831565a45
Octal367153225071503526132105
Binary1111011111010111001010101110011010001110101011010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F76B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F76B95; }

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

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

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

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

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

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

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

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