#FD7189

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

Shades of Brink Pink #FD7189

Tints of Brink Pink #FD7189

Color information

#FD7189 (or 0xFD7189) is unknown color: approx Brink Pink. HEX triplet: FD, 71 and 89. RGB value is (253,113,137). Sum of RGB (Red+Green+Blue) = 253+113+137=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7189 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7189 is #028E76. Grayscale: #9D9D9D. Windows color (decimal): -167543 or 9007613. OLE color: 9007613.

HSL color Cylindrical-coordinate representation of color #FD7189: hue angle of 349.71º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FD7189 is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB253113137-
CMYK00.550.460.01
HSL349.71º97.22%71.76%-
HSV(B)349.71º55.34%99.22%-
XYZ50.9334.527.64-
YUV157.6116.38196.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.30%
GREEN value IS 113 (44.53% from 255) = 22.47%
BLUE value IS 137 (53.91% from 255) = 27.24%
R=50.30%
G=22.47%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311313700.550.460.01349.7197.2271.76
HexFD71890372E115e6148
Octal375161211067561536141110
Binary111111011110001100010010110111101110110101111011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7189; }

 p { color: rgb(253,113,137); }

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

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

 a { background-color: rgb(253,113,137); }

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

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

 span { border-color: rgb(253,113,137); }

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