#FD5C82

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

Shades of Brink Pink #FD5C82

Tints of Brink Pink #FD5C82

Color information

#FD5C82 (or 0xFD5C82) is unknown color: approx Brink Pink. HEX triplet: FD, 5C and 82. RGB value is (253,92,130). Sum of RGB (Red+Green+Blue) = 253+92+130=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 92 (36.33% from 255 or 19.37% from 475); Blue value is 130 (51.17% from 255 or 27.37% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5C82 is #02A37D. Grayscale: #909090. Windows color (decimal): -172926 or 8543485. OLE color: 8543485.

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

Color convert

RGB25392130-
CMYK00.640.490.01
HSL345.84º97.58%67.65%-
HSV(B)345.84º63.64%99.22%-
XYZ48.3630.1524.39-
YUV144.47119.84205.41-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.26%
GREEN value IS 92 (36.33% from 255) = 19.37%
BLUE value IS 130 (51.17% from 255) = 27.37%
R=53.26%
G=19.37%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2539213000.640.490.01345.8497.5867.65
HexFD5C8204031115a6244
Octal3751342020100611532142104
Binary1111110110111001000001001000000110001110101101011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD5C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD5C82; }

 p { color: rgb(253,92,130); }

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

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

 a { background-color: rgb(253,92,130); }

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

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

 span { border-color: rgb(253,92,130); }

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