#ff6a7e

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

Shades of Brink Pink #FF6A7E

Tints of Brink Pink #FF6A7E

Color information

#FF6A7E (or 0xFF6A7E) is unknown color: approx Brink Pink. HEX triplet: FF, 6A and 7E. RGB value is (255,106,126). Sum of RGB (Red+Green+Blue) = 255+106+126=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6A7E is #009581. Grayscale: #989898. Windows color (decimal): -38274 or 8284927. OLE color: 8284927.

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

Color convert

RGB255106126-
CMYK00.580.510
HSL351.95º100%70.78%-
HSV(B)351.95º58.43%100%-
XYZ50.1633.0723.48-
YUV152.83112.86200.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.36%
GREEN value IS 106 (41.80% from 255) = 21.77%
BLUE value IS 126 (49.61% from 255) = 25.87%
R=52.36%
G=21.77%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510612600.580.510351.9510070.78
HexFF6A7E03A3301606447
Octal377152176072630540144107
Binary11111111110101011111100111010110011010110000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff6a7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff6a7e; }

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

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

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

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

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

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

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

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