#FF6A96

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

Shades of Brink Pink #FF6A96

Tints of Brink Pink #FF6A96

Color information

#FF6A96 (or 0xFF6A96) is unknown color: approx Brink Pink. HEX triplet: FF, 6A and 96. RGB value is (255,106,150). Sum of RGB (Red+Green+Blue) = 255+106+150=511 (67% of max value = 765). Red value is 255 (100% from 255 or 49.90% from 511); Green value is 106 (41.80% from 255 or 20.74% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6A96 is #009569. Grayscale: #9B9B9B. Windows color (decimal): -38250 or 9857791. OLE color: 9857791.

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

Color convert

RGB255106150-
CMYK00.580.410
HSL342.28º100%70.78%-
HSV(B)342.28º58.43%100%-
XYZ51.933.7732.64-
YUV155.57124.86198.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.90%
GREEN value IS 106 (41.80% from 255) = 20.74%
BLUE value IS 150 (58.98% from 255) = 29.35%
R=49.90%
G=20.74%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510615000.580.410342.2810070.78
HexFF6A9603A2901566447
Octal377152226072510526144107
Binary111111111101010100101100111010101001010101011011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6A96; }

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

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

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

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

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

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

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

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