Html Css Color HEX #FF7191 Brink Pink

📋 copy color: '#FF7191'

red 255 ◦ green 113 ◦ blue 145

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

Shades of Brink Pink #FF7191

Tints of Brink Pink #FF7191

RGB

 RED value IS 255 (100% from 255) = 49.71%

 GREEN value IS 113 (44.53% from 255) = 22.03%

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

R = 49.71%
G = 22.03%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#FF7191 (or 0xFF7191) is known color: Brink Pink. HEX triplet: FF, 71 and 91. RGB value is (255,113,145). Sum of RGB (Red+Green+Blue) = 255+113+145=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7191 is #008E6E. Grayscale: #9F9F9F. Windows color (decimal): -36463 or 9531903. OLE color: 9531903.

HSL color Cylindrical-coordinate representation of color #FF7191: hue angle of 346.48º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FF7191 is Cyan = 0, Magento = 0.56, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB 255 113 145 -
CMYK 0 0.56 0.43 0
HSL 346.48º 1% 0.72% -
HSV(B) 346.48º 0.56% 1% -
XYZ 52.26 35.11 30.81 -
YUV 159.11 120.04 196.4 -
System Red Green Blue C M Y K H S L
Decimal 255 113 145 0 0.56 0.43 0 346.48 1 0.72
Hex FF 71 91 0 38 2B 0 15A 64 48
Octal 377 161 221 0 70 53 0 532 144 110
Binary 11111111 1110001 10010001 0 111000 101011 0 101011010 1100100 1001000

Color Harmonies of #FF7191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7191

Black with #FF7191

Text Example


Text Example

White with #FF7191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7191; }

 p { color: rgb(255,113,145); }

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

background-color css

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

 a { background-color: rgb(255,113,145); }

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

border-color css

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

 span { border-color: rgb(255,113,145); }

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