Html Css Color HEX #F77391 Deep Blush

📋 copy color: '#F77391'

red 247 ◦ green 115 ◦ blue 145

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

Shades of Deep Blush #F77391

Tints of Deep Blush #F77391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.68%

 BLUE value IS 145 (57.03% from 255) = 28.6%

R = 48.72%
G = 22.68%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F77391 (or 0xF77391) is known color: Deep Blush. HEX triplet: F7, 73 and 91. RGB value is (247,115,145). Sum of RGB (Red+Green+Blue) = 247+115+145=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 115 (45.31% from 255 or 22.68% from 507); Blue value is 145 (57.03% from 255 or 28.60% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F77391 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77391 is #088C6E. Grayscale: #9D9D9D. Windows color (decimal): -560239 or 9532407. OLE color: 9532407.

HSL color Cylindrical-coordinate representation of color #F77391: hue angle of 346.36º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F77391 is Cyan = 0, Magento = 0.53, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 115 145 -
CMYK 0 0.53 0.41 0.03
HSL 346.36º 0.89% 0.71% -
HSV(B) 346.36º 0.53% 0.97% -
XYZ 49.6 34.08 30.75 -
YUV 157.89 120.73 191.56 -
System Red Green Blue C M Y K H S L
Decimal 247 115 145 0 0.53 0.41 0.03 346.36 0.89 0.71
Hex F7 73 91 0 35 29 3 15A 59 47
Octal 367 163 221 0 65 51 3 532 131 107
Binary 11110111 1110011 10010001 0 110101 101001 11 101011010 1011001 1000111

Color Harmonies of #F77391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77391

Black with #F77391

Text Example


Text Example

White with #F77391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77391; }

 p { color: rgb(247,115,145); }

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

background-color css

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

 a { background-color: rgb(247,115,145); }

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

border-color css

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

 span { border-color: rgb(247,115,145); }

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