#FD7385

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

Shades of Brink Pink #FD7385

Tints of Brink Pink #FD7385

Color information

#FD7385 (or 0xFD7385) is unknown color: approx Brink Pink. HEX triplet: FD, 73 and 85. RGB value is (253,115,133). Sum of RGB (Red+Green+Blue) = 253+115+133=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD7385 is #028C7A. Grayscale: #9E9E9E. Windows color (decimal): -167035 or 8745981. OLE color: 8745981.

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

Color convert

RGB253115133-
CMYK00.550.470.01
HSL352.17º97.18%72.16%-
HSV(B)352.17º54.55%99.22%-
XYZ50.8734.8426.23-
YUV158.31113.72195.54-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.50%
GREEN value IS 115 (45.31% from 255) = 22.95%
BLUE value IS 133 (52.34% from 255) = 26.55%
R=50.50%
G=22.95%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25311513300.550.470.01352.1797.1872.16
HexFD73850372F11606148
Octal375163205067571540141110
Binary111111011110011100001010110111101111110110000011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD7385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD7385; }

 p { color: rgb(253,115,133); }

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

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

 a { background-color: rgb(253,115,133); }

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

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

 span { border-color: rgb(253,115,133); }

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