#FE7191

Color #FE7191 Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #FE7191

Tints of Brink Pink #FE7191

Color information

#FE7191 (or 0xFE7191) is unknown color: approx Brink Pink. HEX triplet: FE, 71 and 91. RGB value is (254,113,145). Sum of RGB (Red+Green+Blue) = 254+113+145=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 113 (44.53% from 255 or 22.07% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7191 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7191 is #018E6E. Grayscale: #9E9E9E. Windows color (decimal): -101999 or 9531902. OLE color: 9531902.

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

Color convert

RGB254113145-
CMYK00.560.430.00
HSL346.38º98.6%71.96%-
HSV(B)346.38º55.51%99.61%-
XYZ51.8934.9330.79-
YUV158.81120.21195.9-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.61%
GREEN value IS 113 (44.53% from 255) = 22.07%
BLUE value IS 145 (57.03% from 255) = 28.32%
R=49.61%
G=22.07%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411314500.560.430.00346.3898.671.96
HexFE71910382B015a6348
Octal376161221070530532143110
Binary111111101110001100100010111000101011010101101011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE7191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE7191; }

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

 H1.HeaderClassName
 {
   color: #FE7191;
 }
 .AnyTagClassName
 {
   color: #FE7191;
 }
</style>
background-color css

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

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

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

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

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

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