#F85F7B

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

Shades of Brink Pink #F85F7B

Tints of Brink Pink #F85F7B

Color information

#F85F7B (or 0xF85F7B) is unknown color: approx Brink Pink. HEX triplet: F8, 5F and 7B. RGB value is (248,95,123). Sum of RGB (Red+Green+Blue) = 248+95+123=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85F7B is #07A084. Grayscale: #8F8F8F. Windows color (decimal): -499845 or 8085496. OLE color: 8085496.

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

Color convert

RGB24895123-
CMYK00.620.500.03
HSL349.02º91.62%67.25%-
HSV(B)349.02º61.69%97.25%-
XYZ46.3829.5722-
YUV143.94116.19202.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.22%
GREEN value IS 95 (37.5% from 255) = 20.39%
BLUE value IS 123 (48.44% from 255) = 26.39%
R=53.22%
G=20.39%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489512300.620.500.03349.0291.6267.25
HexF85F7B03E32315d5c43
Octal370137173076623535134103
Binary111110001011111111101101111101100101110101110110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85F7B; }

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

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

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

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

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

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

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

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