Html Css Color HEX #F77094 Deep Blush

📋 copy color: '#F77094'

red 247 ◦ green 112 ◦ blue 148

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

Shades of Deep Blush #F77094

Tints of Deep Blush #F77094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.19%

R = 48.72%
G = 22.09%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F77094 (or 0xF77094) is known color: Deep Blush. HEX triplet: F7, 70 and 94. RGB value is (247,112,148). Sum of RGB (Red+Green+Blue) = 247+112+148=507 (67% of max value = 765). Red value is 247 (96.88% from 255 or 48.72% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 148 (58.20% from 255 or 29.19% from 507); Max value from RGB is 247 - color contains mainly: red. Hex color #F77094 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77094 is #088F6B. Grayscale: #9C9C9C. Windows color (decimal): -561004 or 9728247. OLE color: 9728247.

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

Color convert

RGB 247 112 148 -
CMYK 0 0.55 0.40 0.03
HSL 344º 0.89% 0.7% -
HSV(B) 344º 0.55% 0.97% -
XYZ 49.5 33.5 31.87 -
YUV 156.47 123.23 192.57 -
System Red Green Blue C M Y K H S L
Decimal 247 112 148 0 0.55 0.40 0.03 344 0.89 0.7
Hex F7 70 94 0 37 28 3 158 59 46
Octal 367 160 224 0 67 50 3 530 131 106
Binary 11110111 1110000 10010100 0 110111 101000 11 101011000 1011001 1000110

Color Harmonies of #F77094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77094

Black with #F77094

Text Example


Text Example

White with #F77094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77094; }

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

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

background-color css

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

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

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

border-color css

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

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

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