Html Css Color HEX #F76191 Brink Pink

📋 copy color: '#F76191'

red 247 ◦ green 97 ◦ blue 145

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

Shades of Brink Pink #F76191

Tints of Brink Pink #F76191

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.84%

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

R = 50.51%
G = 19.84%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F76191 (or 0xF76191) is known color: Brink Pink. HEX triplet: F7, 61 and 91. RGB value is (247,97,145). Sum of RGB (Red+Green+Blue) = 247+97+145=489 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.51% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 247 - color contains mainly: red. Hex color #F76191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F76191 is #089E6E. Grayscale: #939393. Windows color (decimal): -564847 or 9527799. OLE color: 9527799.

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

Color convert

RGB 247 97 145 -
CMYK 0 0.61 0.41 0.03
HSL 340.8º 0.9% 0.67% -
HSV(B) 340.8º 0.61% 0.97% -
XYZ 47.74 30.37 30.13 -
YUV 147.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 247 97 145 0 0.61 0.41 0.03 340.8 0.9 0.67
Hex F7 61 91 0 3D 29 3 155 5A 43
Octal 367 141 221 0 75 51 3 525 132 103
Binary 11110111 1100001 10010001 0 111101 101001 11 101010101 1011010 1000011

Color Harmonies of #F76191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76191

Black with #F76191

Text Example


Text Example

White with #F76191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76191; }

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

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

background-color css

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

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

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

border-color css

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

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

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