#FF7188

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

Shades of Brink Pink #FF7188

Tints of Brink Pink #FF7188

Color information

#FF7188 (or 0xFF7188) is unknown color: approx Brink Pink. HEX triplet: FF, 71 and 88. RGB value is (255,113,136). Sum of RGB (Red+Green+Blue) = 255+113+136=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7188 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7188 is #008E77. Grayscale: #9E9E9E. Windows color (decimal): -36472 or 8942079. OLE color: 8942079.

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

Color convert

RGB255113136-
CMYK00.560.470
HSL350.28º100%72.16%-
HSV(B)350.28º55.69%100%-
XYZ51.5934.8527.3-
YUV158.08115.54197.13-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.60%
GREEN value IS 113 (44.53% from 255) = 22.42%
BLUE value IS 136 (53.52% from 255) = 26.98%
R=50.60%
G=22.42%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511313600.560.470350.2810072.16
HexFF71880382F015e6448
Octal377161210070570536144110
Binary111111111110001100010000111000101111010101111011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7188; }

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

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

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

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

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

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

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

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