#F85E82

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

Shades of Brink Pink #F85E82

Tints of Brink Pink #F85E82

Color information

#F85E82 (or 0xF85E82) is unknown color: approx Brink Pink. HEX triplet: F8, 5E and 82. RGB value is (248,94,130). Sum of RGB (Red+Green+Blue) = 248+94+130=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85E82 is #07A17D. Grayscale: #909090. Windows color (decimal): -500094 or 8543992. OLE color: 8543992.

HSL color Cylindrical-coordinate representation of color #F85E82: hue angle of 345.97º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F85E82 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB24894130-
CMYK00.620.480.03
HSL345.97º91.67%67.06%-
HSV(B)345.97º62.1%97.25%-
XYZ46.7429.5724.36-
YUV144.15120.02202.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.54%
GREEN value IS 94 (37.11% from 255) = 19.92%
BLUE value IS 130 (51.17% from 255) = 27.54%
R=52.54%
G=19.92%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489413000.620.480.03345.9791.6767.06
HexF85E8203E30315a5c43
Octal370136202076603532134103
Binary1111100010111101000001001111101100001110101101010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85E82; }

 p { color: rgb(248,94,130); }

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

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

 a { background-color: rgb(248,94,130); }

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

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

 span { border-color: rgb(248,94,130); }

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