Html Css Color HEX #F77091 Deep Blush

📋 copy color: '#F77091'

red 247 ◦ green 112 ◦ blue 145

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

Shades of Deep Blush #F77091

Tints of Deep Blush #F77091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.22%

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

R = 49.01%
G = 22.22%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F77091 (or 0xF77091) is known color: Deep Blush. HEX triplet: F7, 70 and 91. RGB value is (247,112,145). Sum of RGB (Red+Green+Blue) = 247+112+145=504 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.01% from 504); Green value is 112 (44.14% from 255 or 22.22% from 504); Blue value is 145 (57.03% from 255 or 28.77% from 504); Max value from RGB is 247 - color contains mainly: red. Hex color #F77091 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77091 is #088F6E. Grayscale: #9C9C9C. Windows color (decimal): -561007 or 9531639. OLE color: 9531639.

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

Color convert

RGB 247 112 145 -
CMYK 0 0.55 0.41 0.03
HSL 345.33º 0.89% 0.7% -
HSV(B) 345.33º 0.55% 0.97% -
XYZ 49.26 33.41 30.64 -
YUV 156.13 121.73 192.82 -
System Red Green Blue C M Y K H S L
Decimal 247 112 145 0 0.55 0.41 0.03 345.33 0.89 0.7
Hex F7 70 91 0 37 29 3 159 59 46
Octal 367 160 221 0 67 51 3 531 131 106
Binary 11110111 1110000 10010001 0 110111 101001 11 101011001 1011001 1000110

Color Harmonies of #F77091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77091

Black with #F77091

Text Example


Text Example

White with #F77091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77091; }

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

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

background-color css

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

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

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

border-color css

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

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

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