#FF7B88

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

Shades of Brink Pink #FF7B88

Tints of Brink Pink #FF7B88

Color information

#FF7B88 (or 0xFF7B88) is unknown color: approx Brink Pink. HEX triplet: FF, 7B and 88. RGB value is (255,123,136). Sum of RGB (Red+Green+Blue) = 255+123+136=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 123 (48.44% from 255 or 23.93% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B88 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7B88 is #008477. Grayscale: #A4A4A4. Windows color (decimal): -33912 or 8944639. OLE color: 8944639.

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

Color convert

RGB255123136-
CMYK00.520.470
HSL354.09º100%74.12%-
HSV(B)354.09º51.76%100%-
XYZ52.7737.227.69-
YUV163.95112.23192.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.61%
GREEN value IS 123 (48.44% from 255) = 23.93%
BLUE value IS 136 (53.52% from 255) = 26.46%
R=49.61%
G=23.93%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512313600.520.470354.0910074.12
HexFF7B880342F0162644a
Octal377173210064570542144112
Binary111111111111011100010000110100101111010110001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7B88; }

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

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

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

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

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

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

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

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