#FF7A7F

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

Shades of Brink Pink #FF7A7F

Tints of Brink Pink #FF7A7F

Color information

#FF7A7F (or 0xFF7A7F) is unknown color: approx Brink Pink. HEX triplet: FF, 7A and 7F. RGB value is (255,122,127). Sum of RGB (Red+Green+Blue) = 255+122+127=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7A7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7A7F is #008580. Grayscale: #A2A2A2. Windows color (decimal): -34177 or 8354559. OLE color: 8354559.

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

Color convert

RGB255122127-
CMYK00.520.500
HSL357.74º100%73.92%-
HSV(B)357.74º52.16%100%-
XYZ52.0336.7124.42-
YUV162.34108.06194.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.60%
GREEN value IS 122 (48.05% from 255) = 24.21%
BLUE value IS 127 (50% from 255) = 25.20%
R=50.60%
G=24.21%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512212700.520.500357.7410073.92
HexFF7A7F034320166644a
Octal377172177064620546144112
Binary11111111111101011111110110100110010010110011011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7A7F; }

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

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

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

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

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

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

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

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