#FF7885

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

Shades of Brink Pink #FF7885

Tints of Brink Pink #FF7885

Color information

#FF7885 (or 0xFF7885) is unknown color: approx Brink Pink. HEX triplet: FF, 78 and 85. RGB value is (255,120,133). Sum of RGB (Red+Green+Blue) = 255+120+133=508 (67% of max value = 765). Red value is 255 (100% from 255 or 50.20% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7885 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF7885 is #00877A. Grayscale: #A1A1A1. Windows color (decimal): -34683 or 8747263. OLE color: 8747263.

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

Color convert

RGB255120133-
CMYK00.530.480
HSL354.22º100%73.53%-
HSV(B)354.22º52.94%100%-
XYZ52.1936.3926.46-
YUV161.85111.73194.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.20%
GREEN value IS 120 (47.27% from 255) = 23.62%
BLUE value IS 133 (52.34% from 255) = 26.18%
R=50.20%
G=23.62%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512013300.530.480354.2210073.53
HexFF7885035300162644a
Octal377170205065600542144112
Binary111111111111000100001010110101110000010110001011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7885; }

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

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

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

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

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

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

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

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