#FF6A7B

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

Shades of Brink Pink #FF6A7B

Tints of Brink Pink #FF6A7B

Color information

#FF6A7B (or 0xFF6A7B) is unknown color: approx Brink Pink. HEX triplet: FF, 6A and 7B. RGB value is (255,106,123). Sum of RGB (Red+Green+Blue) = 255+106+123=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 106 (41.80% from 255 or 21.90% from 484); Blue value is 123 (48.44% from 255 or 25.41% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6A7B is #009584. Grayscale: #989898. Windows color (decimal): -38277 or 8088319. OLE color: 8088319.

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

Color convert

RGB255106123-
CMYK00.580.520
HSL353.15º100%70.78%-
HSV(B)353.15º58.43%100%-
XYZ49.973322.47-
YUV152.49111.36201.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.69%
GREEN value IS 106 (41.80% from 255) = 21.90%
BLUE value IS 123 (48.44% from 255) = 25.41%
R=52.69%
G=21.90%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510612300.580.520353.1510070.78
HexFF6A7B03A3401616447
Octal377152173072640541144107
Binary11111111110101011110110111010110100010110000111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6A7B; }

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

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

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

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

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

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

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

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