#FE6F81

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

Shades of Brink Pink #FE6F81

Tints of Brink Pink #FE6F81

Color information

#FE6F81 (or 0xFE6F81) is unknown color: approx Brink Pink. HEX triplet: FE, 6F and 81. RGB value is (254,111,129). Sum of RGB (Red+Green+Blue) = 254+111+129=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 111 (43.75% from 255 or 22.47% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6F81 is #01907E. Grayscale: #9B9B9B. Windows color (decimal): -102527 or 8482814. OLE color: 8482814.

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

Color convert

RGB254111129-
CMYK00.560.490.00
HSL352.45º98.62%71.57%-
HSV(B)352.45º56.3%99.61%-
XYZ50.5234.0224.67-
YUV155.81112.88198.04-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.42%
GREEN value IS 111 (43.75% from 255) = 22.47%
BLUE value IS 129 (50.78% from 255) = 26.11%
R=51.42%
G=22.47%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411112900.560.490.00352.4598.6271.57
HexFE6F810383101606348
Octal376157201070610540143110
Binary111111101101111100000010111000110001010110000011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6F81; }

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

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

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

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

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

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

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

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