#F85A80

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

Shades of Brink Pink #F85A80

Tints of Brink Pink #F85A80

Color information

#F85A80 (or 0xF85A80) is unknown color: approx Brink Pink. HEX triplet: F8, 5A and 80. RGB value is (248,90,128). Sum of RGB (Red+Green+Blue) = 248+90+128=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85A80 is #07A57F. Grayscale: #8D8D8D. Windows color (decimal): -501120 or 8411896. OLE color: 8411896.

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

Color convert

RGB24890128-
CMYK00.640.480.03
HSL345.57º91.86%66.27%-
HSV(B)345.57º63.71%97.25%-
XYZ46.2628.8323.55-
YUV141.57120.35203.91-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.22%
GREEN value IS 90 (35.55% from 255) = 19.31%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=53.22%
G=19.31%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489012800.640.480.03345.5791.8666.27
HexF85A8004030315a5c42
Octal3701322000100603532134102
Binary11111000101101010000000010000001100001110101101010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85A80; }

 p { color: rgb(248,90,128); }

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

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

 a { background-color: rgb(248,90,128); }

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

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

 span { border-color: rgb(248,90,128); }

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