Html Css Color HEX #F76E8F Deep Blush

📋 copy color: '#F76E8F'

red 247 ◦ green 110 ◦ blue 143

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

Shades of Deep Blush #F76E8F

Tints of Deep Blush #F76E8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.6%

R = 49.4%
G = 22%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F76E8F (or 0xF76E8F) is known color: Deep Blush. HEX triplet: F7, 6E and 8F. RGB value is (247,110,143). Sum of RGB (Red+Green+Blue) = 247+110+143=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F76E8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76E8F is #089170. Grayscale: #9A9A9A. Windows color (decimal): -561521 or 9400055. OLE color: 9400055.

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

Color convert

RGB 247 110 143 -
CMYK 0 0.55 0.42 0.03
HSL 345.55º 0.9% 0.7% -
HSV(B) 345.55º 0.55% 0.97% -
XYZ 48.89 32.91 29.76 -
YUV 154.73 121.39 193.82 -
System Red Green Blue C M Y K H S L
Decimal 247 110 143 0 0.55 0.42 0.03 345.55 0.9 0.7
Hex F7 6E 8F 0 37 2A 3 15A 5A 46
Octal 367 156 217 0 67 52 3 532 132 106
Binary 11110111 1101110 10001111 0 110111 101010 11 101011010 1011010 1000110

Color Harmonies of #F76E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76E8F

Black with #F76E8F

Text Example


Text Example

White with #F76E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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