#FE6A81

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

Shades of Brink Pink #FE6A81

Tints of Brink Pink #FE6A81

Color information

#FE6A81 (or 0xFE6A81) is unknown color: approx Brink Pink. HEX triplet: FE, 6A and 81. RGB value is (254,106,129). Sum of RGB (Red+Green+Blue) = 254+106+129=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6A81 is #01957E. Grayscale: #989898. Windows color (decimal): -103807 or 8481534. OLE color: 8481534.

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

Color convert

RGB254106129-
CMYK00.580.490.00
HSL350.68º98.67%70.59%-
HSV(B)350.68º58.27%99.61%-
XYZ49.9932.9624.5-
YUV152.87114.53200.13-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.94%
GREEN value IS 106 (41.80% from 255) = 21.68%
BLUE value IS 129 (50.78% from 255) = 26.38%
R=51.94%
G=21.68%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25410612900.580.490.00350.6898.6770.59
HexFE6A8103A31015f6347
Octal376152201072610537143107
Binary111111101101010100000010111010110001010101111111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE6A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE6A81; }

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

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

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

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

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

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

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

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