#F85F8E

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

Shades of Brink Pink #F85F8E

Tints of Brink Pink #F85F8E

Color information

#F85F8E (or 0xF85F8E) is unknown color: approx Brink Pink. HEX triplet: F8, 5F and 8E. RGB value is (248,95,142). Sum of RGB (Red+Green+Blue) = 248+95+142=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85F8E is #07A071. Grayscale: #929292. Windows color (decimal): -499826 or 9330680. OLE color: 9330680.

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

Color convert

RGB24895142-
CMYK00.620.430.03
HSL341.57º91.62%67.25%-
HSV(B)341.57º61.69%97.25%-
XYZ47.6930.0928.89-
YUV146.1125.69200.68-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.13%
GREEN value IS 95 (37.5% from 255) = 19.59%
BLUE value IS 142 (55.86% from 255) = 29.28%
R=51.13%
G=19.59%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489514200.620.430.03341.5791.6267.25
HexF85F8E03E2B31565c43
Octal370137216076533526134103
Binary1111100010111111000111001111101010111110101011010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85F8E; }

 p { color: rgb(248,95,142); }

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

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

 a { background-color: rgb(248,95,142); }

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

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

 span { border-color: rgb(248,95,142); }

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