Html Css Color HEX #F76E8D Deep Blush

📋 copy color: '#F76E8D'

red 247 ◦ green 110 ◦ blue 141

#F76E8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Blush #F76E8D

Tints of Deep Blush #F76E8D

RGB

 RED value IS 247 (96.88% from 255) = 49.6%

 GREEN value IS 110 (43.36% from 255) = 22.09%

 BLUE value IS 141 (55.47% from 255) = 28.31%

R = 49.6%
G = 22.09%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F76E8D (or 0xF76E8D) is known color: Deep Blush. HEX triplet: F7, 6E and 8D. RGB value is (247,110,141). Sum of RGB (Red+Green+Blue) = 247+110+141=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F76E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76E8D is #089172. Grayscale: #9A9A9A. Windows color (decimal): -561523 or 9268983. OLE color: 9268983.

HSL color Cylindrical-coordinate representation of color #F76E8D: hue angle of 346.42º degrees, saturation: 0.9, 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 #F76E8D is Cyan = 0, Magento = 0.55, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 110 141 -
CMYK 0 0.55 0.43 0.03
HSL 346.42º 0.9% 0.7% -
HSV(B) 346.42º 0.55% 0.97% -
XYZ 48.74 32.85 28.97 -
YUV 154.5 120.39 193.98 -
System Red Green Blue C M Y K H S L
Decimal 247 110 141 0 0.55 0.43 0.03 346.42 0.9 0.7
Hex F7 6E 8D 0 37 2B 3 15A 5A 46
Octal 367 156 215 0 67 53 3 532 132 106
Binary 11110111 1101110 10001101 0 110111 101011 11 101011010 1011010 1000110

Color Harmonies of #F76E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76E8D

Black with #F76E8D

Text Example


Text Example

White with #F76E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76E8D; }

 p { color: rgb(247,110,141); }

 H1.HeaderClassName
 {
   color: #F76E8D;
 }
 .AnyTagClassName
 {
   color: #F76E8D;
 }
</style>

background-color css

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

 a { background-color: rgb(247,110,141); }

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

border-color css

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

 span { border-color: rgb(247,110,141); }

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