#FF6A7A

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

Shades of Brink Pink #FF6A7A

Tints of Brink Pink #FF6A7A

Color information

#FF6A7A (or 0xFF6A7A) is unknown color: approx Brink Pink. HEX triplet: FF, 6A and 7A. RGB value is (255,106,122). Sum of RGB (Red+Green+Blue) = 255+106+122=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 122 (48.05% from 255 or 25.26% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6A7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6A7A is #009585. Grayscale: #989898. Windows color (decimal): -38278 or 8022783. OLE color: 8022783.

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

Color convert

RGB255106122-
CMYK00.580.520
HSL353.56º100%70.78%-
HSV(B)353.56º58.43%100%-
XYZ49.9132.9722.15-
YUV152.38110.86201.2-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.80%
GREEN value IS 106 (41.80% from 255) = 21.95%
BLUE value IS 122 (48.05% from 255) = 25.26%
R=52.80%
G=21.95%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25510612200.580.520353.5610070.78
HexFF6A7A03A3401626447
Octal377152172072640542144107
Binary11111111110101011110100111010110100010110001011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF6A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF6A7A; }

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

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

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

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

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

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

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

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