#FD5888

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

Shades of Brink Pink #FD5888

Tints of Brink Pink #FD5888

Color information

#FD5888 (or 0xFD5888) is unknown color: approx Brink Pink. HEX triplet: FD, 58 and 88. RGB value is (253,88,136). Sum of RGB (Red+Green+Blue) = 253+88+136=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 88 (34.77% from 255 or 18.45% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5888 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5888 is #02A777. Grayscale: #8E8E8E. Windows color (decimal): -173944 or 8935677. OLE color: 8935677.

HSL color Cylindrical-coordinate representation of color #FD5888: hue angle of 342.55º 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 #FD5888 is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB25388136-
CMYK00.650.460.01
HSL342.55º97.63%66.86%-
HSV(B)342.55º65.22%99.22%-
XYZ48.4429.6426.46-
YUV142.81124.16206.6-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.04%
GREEN value IS 88 (34.77% from 255) = 18.45%
BLUE value IS 136 (53.52% from 255) = 28.51%
R=53.04%
G=18.45%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538813600.650.460.01342.5597.6366.86
HexFD58880412E11576243
Octal3751302100101561527142103
Binary1111110110110001000100001000001101110110101011111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5888; }

 p { color: rgb(253,88,136); }

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

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

 a { background-color: rgb(253,88,136); }

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

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

 span { border-color: rgb(253,88,136); }

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