#FE6B91

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

Shades of Brink Pink #FE6B91

Tints of Brink Pink #FE6B91

Color information

#FE6B91 (or 0xFE6B91) is unknown color: approx Brink Pink. HEX triplet: FE, 6B and 91. RGB value is (254,107,145). Sum of RGB (Red+Green+Blue) = 254+107+145=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6B91 is #01946E. Grayscale: #9B9B9B. Windows color (decimal): -103535 or 9530366. OLE color: 9530366.

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

Color convert

RGB254107145-
CMYK00.580.430.00
HSL344.49º98.66%70.78%-
HSV(B)344.49º57.87%99.61%-
XYZ51.2433.6330.58-
YUV155.28122.2198.41-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.20%
GREEN value IS 107 (42.19% from 255) = 21.15%
BLUE value IS 145 (57.03% from 255) = 28.66%
R=50.20%
G=21.15%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410714500.580.430.00344.4998.6670.78
HexFE6B9103A2B01586347
Octal376153221072530530143107
Binary111111101101011100100010111010101011010101100011000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6B91; }

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

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

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

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

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

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

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

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