#FE6F80

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

Shades of Brink Pink #FE6F80

Tints of Brink Pink #FE6F80

Color information

#FE6F80 (or 0xFE6F80) is unknown color: approx Brink Pink. HEX triplet: FE, 6F and 80. RGB value is (254,111,128). Sum of RGB (Red+Green+Blue) = 254+111+128=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6F80 is #01907F. Grayscale: #9B9B9B. Windows color (decimal): -102528 or 8417278. OLE color: 8417278.

HSL color Cylindrical-coordinate representation of color #FE6F80: hue angle of 352.87º 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 #FE6F80 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB254111128-
CMYK00.560.500.00
HSL352.87º98.62%71.57%-
HSV(B)352.87º56.3%99.61%-
XYZ50.453424.33-
YUV155.7112.38198.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.52%
GREEN value IS 111 (43.75% from 255) = 22.52%
BLUE value IS 128 (50.39% from 255) = 25.96%
R=51.52%
G=22.52%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411112800.560.500.00352.8798.6271.57
HexFE6F800383201616348
Octal376157200070620541143110
Binary111111101101111100000000111000110010010110000111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6F80; }

 p { color: rgb(254,111,128); }

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

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

 a { background-color: rgb(254,111,128); }

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

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

 span { border-color: rgb(254,111,128); }

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