#FF6A88

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

Shades of Brink Pink #FF6A88

Tints of Brink Pink #FF6A88

Color information

#FF6A88 (or 0xFF6A88) is unknown color: approx Brink Pink. HEX triplet: FF, 6A and 88. RGB value is (255,106,136). Sum of RGB (Red+Green+Blue) = 255+106+136=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6A88 is #009577. Grayscale: #9A9A9A. Windows color (decimal): -38264 or 8940287. OLE color: 8940287.

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

Color convert

RGB255106136-
CMYK00.580.470
HSL347.92º100%70.78%-
HSV(B)347.92º58.43%100%-
XYZ50.8433.3527.05-
YUV153.97117.86200.06-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.31%
GREEN value IS 106 (41.80% from 255) = 21.33%
BLUE value IS 136 (53.52% from 255) = 27.36%
R=51.31%
G=21.33%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510613600.580.470347.9210070.78
HexFF6A8803A2F015c6447
Octal377152210072570534144107
Binary111111111101010100010000111010101111010101110011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6A88; }

 p { color: rgb(255,106,136); }

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

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

 a { background-color: rgb(255,106,136); }

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

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

 span { border-color: rgb(255,106,136); }

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