#FD5981

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

Shades of Brink Pink #FD5981

Tints of Brink Pink #FD5981

Color information

#FD5981 (or 0xFD5981) is unknown color: approx Brink Pink. HEX triplet: FD, 59 and 81. RGB value is (253,89,129). Sum of RGB (Red+Green+Blue) = 253+89+129=471 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.72% from 471); Green value is 89 (35.16% from 255 or 18.90% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5981 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5981 is #02A67E. Grayscale: #8E8E8E. Windows color (decimal): -173695 or 8477181. OLE color: 8477181.

HSL color Cylindrical-coordinate representation of color #FD5981: hue angle of 345.37º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FD5981 is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB25389129-
CMYK00.650.490.01
HSL345.37º97.62%67.06%-
HSV(B)345.37º64.82%99.22%-
XYZ48.0429.6123.95-
YUV142.6120.33206.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.72%
GREEN value IS 89 (35.16% from 255) = 18.90%
BLUE value IS 129 (50.78% from 255) = 27.39%
R=53.72%
G=18.90%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538912900.650.490.01345.3797.6267.06
HexFD59810413111596243
Octal3751312010101611531142103
Binary1111110110110011000000101000001110001110101100111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5981; }

 p { color: rgb(253,89,129); }

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

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

 a { background-color: rgb(253,89,129); }

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

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

 span { border-color: rgb(253,89,129); }

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