Html Css Color HEX #F77290 Deep Blush

📋 copy color: '#F77290'

red 247 ◦ green 114 ◦ blue 144

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

Shades of Deep Blush #F77290

Tints of Deep Blush #F77290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.57%

 BLUE value IS 144 (56.64% from 255) = 28.51%

R = 48.91%
G = 22.57%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F77290 (or 0xF77290) is known color: Deep Blush. HEX triplet: F7, 72 and 90. RGB value is (247,114,144). Sum of RGB (Red+Green+Blue) = 247+114+144=505 (66% of max value = 765). Red value is 247 (96.88% from 255 or 48.91% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 247 - color contains mainly: red. Hex color #F77290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77290 is #088D6F. Grayscale: #9D9D9D. Windows color (decimal): -560496 or 9466615. OLE color: 9466615.

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

Color convert

RGB 247 114 144 -
CMYK 0 0.54 0.42 0.03
HSL 346.47º 0.89% 0.71% -
HSV(B) 346.47º 0.54% 0.97% -
XYZ 49.41 33.82 30.31 -
YUV 157.19 120.56 192.06 -
System Red Green Blue C M Y K H S L
Decimal 247 114 144 0 0.54 0.42 0.03 346.47 0.89 0.71
Hex F7 72 90 0 36 2A 3 15A 59 47
Octal 367 162 220 0 66 52 3 532 131 107
Binary 11110111 1110010 10010000 0 110110 101010 11 101011010 1011001 1000111

Color Harmonies of #F77290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77290

Black with #F77290

Text Example


Text Example

White with #F77290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77290; }

 p { color: rgb(247,114,144); }

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

background-color css

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

 a { background-color: rgb(247,114,144); }

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

border-color css

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

 span { border-color: rgb(247,114,144); }

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