#FD5883

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

Shades of Brink Pink #FD5883

Tints of Brink Pink #FD5883

Color information

#FD5883 (or 0xFD5883) is unknown color: approx Brink Pink. HEX triplet: FD, 58 and 83. RGB value is (253,88,131). Sum of RGB (Red+Green+Blue) = 253+88+131=472 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.60% from 472); Green value is 88 (34.77% from 255 or 18.64% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5883 is #02A77C. Grayscale: #8E8E8E. Windows color (decimal): -173949 or 8607997. OLE color: 8607997.

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

Color convert

RGB25388131-
CMYK00.650.480.01
HSL344.36º97.63%66.86%-
HSV(B)344.36º65.22%99.22%-
XYZ48.0929.524.63-
YUV142.24121.66207-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.60%
GREEN value IS 88 (34.77% from 255) = 18.64%
BLUE value IS 131 (51.56% from 255) = 27.75%
R=53.60%
G=18.64%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2538813100.650.480.01344.3697.6366.86
HexFD58830413011586243
Octal3751302030101601530142103
Binary1111110110110001000001101000001110000110101100011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5883; }

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

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

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

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

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

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

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

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