#F87685

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

Shades of Brink Pink #F87685

Tints of Brink Pink #F87685

Color information

#F87685 (or 0xF87685) is unknown color: approx Brink Pink. HEX triplet: F8, 76 and 85. RGB value is (248,118,133). Sum of RGB (Red+Green+Blue) = 248+118+133=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 118 (46.48% from 255 or 23.65% from 499); Blue value is 133 (52.34% from 255 or 26.65% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F87685 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87685 is #07897A. Grayscale: #9E9E9E. Windows color (decimal): -493947 or 8746744. OLE color: 8746744.

HSL color Cylindrical-coordinate representation of color #F87685: hue angle of 353.08º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F87685 is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB248118133-
CMYK00.520.460.03
HSL353.08º90.28%71.76%-
HSV(B)353.08º52.42%97.25%-
XYZ49.4234.6126.27-
YUV158.58113.57191.78-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.70%
GREEN value IS 118 (46.48% from 255) = 23.65%
BLUE value IS 133 (52.34% from 255) = 26.65%
R=49.70%
G=23.65%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24811813300.520.460.03353.0890.2871.76
HexF876850342E31615a48
Octal370166205064563541132110
Binary1111100011101101000010101101001011101110110000110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F87685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F87685; }

 p { color: rgb(248,118,133); }

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

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

 a { background-color: rgb(248,118,133); }

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

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

 span { border-color: rgb(248,118,133); }

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