#FE6F88

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

Shades of Brink Pink #FE6F88

Tints of Brink Pink #FE6F88

Color information

#FE6F88 (or 0xFE6F88) is unknown color: approx Brink Pink. HEX triplet: FE, 6F and 88. RGB value is (254,111,136). Sum of RGB (Red+Green+Blue) = 254+111+136=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 136 (53.52% from 255 or 27.15% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6F88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6F88 is #019077. Grayscale: #9C9C9C. Windows color (decimal): -102520 or 8941566. OLE color: 8941566.

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

Color convert

RGB254111136-
CMYK00.560.460.00
HSL349.51º98.62%71.57%-
HSV(B)349.51º56.3%99.61%-
XYZ5134.2227.21-
YUV156.61116.38197.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.70%
GREEN value IS 111 (43.75% from 255) = 22.16%
BLUE value IS 136 (53.52% from 255) = 27.15%
R=50.70%
G=22.16%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25411113600.560.460.00349.5198.6271.57
HexFE6F880382E015e6348
Octal376157210070560536143110
Binary111111101101111100010000111000101110010101111011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6F88; }

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

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

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

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

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

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

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

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