#FF7385

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

Shades of Brink Pink #FF7385

Tints of Brink Pink #FF7385

Color information

#FF7385 (or 0xFF7385) is unknown color: approx Brink Pink. HEX triplet: FF, 73 and 85. RGB value is (255,115,133). Sum of RGB (Red+Green+Blue) = 255+115+133=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 115 (45.31% from 255 or 22.86% from 503); Blue value is 133 (52.34% from 255 or 26.44% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7385 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7385 is #008C7A. Grayscale: #9E9E9E. Windows color (decimal): -35963 or 8745983. OLE color: 8745983.

HSL color Cylindrical-coordinate representation of color #FF7385: hue angle of 352.29º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF7385 is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB255115133-
CMYK00.550.480
HSL352.29º100%72.55%-
HSV(B)352.29º54.9%100%-
XYZ51.635.2126.27-
YUV158.91113.38196.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.70%
GREEN value IS 115 (45.31% from 255) = 22.86%
BLUE value IS 133 (52.34% from 255) = 26.44%
R=50.70%
G=22.86%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25511513300.550.480352.2910072.55
HexFF73850373001606449
Octal377163205067600540144111
Binary111111111110011100001010110111110000010110000011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7385; }

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

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

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

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

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

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

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

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