Html Css Color HEX #F76F91 Deep Blush

📋 copy color: '#F76F91'

red 247 ◦ green 111 ◦ blue 145

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

Shades of Deep Blush #F76F91

Tints of Deep Blush #F76F91

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.07%

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

R = 49.11%
G = 22.07%
B = 28.83%

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

#F76F91 (or 0xF76F91) is known color: Deep Blush. HEX triplet: F7, 6F and 91. RGB value is (247,111,145). Sum of RGB (Red+Green+Blue) = 247+111+145=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F76F91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76F91 is #08906E. Grayscale: #9B9B9B. Windows color (decimal): -561263 or 9531383. OLE color: 9531383.

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

Color convert

RGB 247 111 145 -
CMYK 0 0.55 0.41 0.03
HSL 345º 0.89% 0.7% -
HSV(B) 345º 0.55% 0.97% -
XYZ 49.15 33.19 30.6 -
YUV 155.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 247 111 145 0 0.55 0.41 0.03 345 0.89 0.7
Hex F7 6F 91 0 37 29 3 159 59 46
Octal 367 157 221 0 67 51 3 531 131 106
Binary 11110111 1101111 10010001 0 110111 101001 11 101011001 1011001 1000110

Color Harmonies of #F76F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76F91

Black with #F76F91

Text Example


Text Example

White with #F76F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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