#F85A83

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

Shades of Brink Pink #F85A83

Tints of Brink Pink #F85A83

Color information

#F85A83 (or 0xF85A83) is unknown color: approx Brink Pink. HEX triplet: F8, 5A and 83. RGB value is (248,90,131). Sum of RGB (Red+Green+Blue) = 248+90+131=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85A83 is #07A57C. Grayscale: #8D8D8D. Windows color (decimal): -501117 or 8608504. OLE color: 8608504.

HSL color Cylindrical-coordinate representation of color #F85A83: hue angle of 344.43º 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 #F85A83 is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB24890131-
CMYK00.640.470.03
HSL344.43º91.86%66.27%-
HSV(B)344.43º63.71%97.25%-
XYZ46.4628.9124.6-
YUV141.92121.85203.67-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.88%
GREEN value IS 90 (35.55% from 255) = 19.19%
BLUE value IS 131 (51.56% from 255) = 27.93%
R=52.88%
G=19.19%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489013100.640.470.03344.4391.8666.27
HexF85A830402F31585c42
Octal3701322030100573530134102
Binary11111000101101010000011010000001011111110101100010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85A83; }

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

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

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

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

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

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

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

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