#F85F7C

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

Shades of Brink Pink #F85F7C

Tints of Brink Pink #F85F7C

Color information

#F85F7C (or 0xF85F7C) is unknown color: approx Brink Pink. HEX triplet: F8, 5F and 7C. RGB value is (248,95,124). Sum of RGB (Red+Green+Blue) = 248+95+124=467 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.10% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85F7C is #07A083. Grayscale: #909090. Windows color (decimal): -499844 or 8151032. OLE color: 8151032.

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

Color convert

RGB24895124-
CMYK00.620.50.03
HSL348.63º91.62%67.25%-
HSV(B)348.63º61.69%97.25%-
XYZ46.4429.622.33-
YUV144.05116.69202.14-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.10%
GREEN value IS 95 (37.5% from 255) = 20.34%
BLUE value IS 124 (48.83% from 255) = 26.55%
R=53.10%
G=20.34%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.5
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489512400.620.50.03348.6391.6267.25
HexF85F7C03E32315d5c43
Octal370137174076623535134103
Binary111110001011111111110001111101100101110101110110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85F7C; }

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

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

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

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

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

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

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

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