#FD758C

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

Shades of Brink Pink #FD758C

Tints of Brink Pink #FD758C

Color information

#FD758C (or 0xFD758C) is unknown color: approx Brink Pink. HEX triplet: FD, 75 and 8C. RGB value is (253,117,140). Sum of RGB (Red+Green+Blue) = 253+117+140=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 140 (55.08% from 255 or 27.45% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD758C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD758C is #028A73. Grayscale: #A0A0A0. Windows color (decimal): -166516 or 9205245. OLE color: 9205245.

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

Color convert

RGB253117140-
CMYK00.540.450.01
HSL349.85º97.14%72.55%-
HSV(B)349.85º53.75%99.22%-
XYZ51.635.528.94-
YUV160.29116.56194.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.61%
GREEN value IS 117 (46.09% from 255) = 22.94%
BLUE value IS 140 (55.08% from 255) = 27.45%
R=49.61%
G=22.94%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311714000.540.450.01349.8597.1472.55
HexFD758C0362D115e6149
Octal375165214066551536141111
Binary111111011110101100011000110110101101110101111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD758C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD758C; }

 p { color: rgb(253,117,140); }

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

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

 a { background-color: rgb(253,117,140); }

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

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

 span { border-color: rgb(253,117,140); }

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