#F85F7A

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

Shades of Brink Pink #F85F7A

Tints of Brink Pink #F85F7A

Color information

#F85F7A (or 0xF85F7A) is unknown color: approx Brink Pink. HEX triplet: F8, 5F and 7A. RGB value is (248,95,122). Sum of RGB (Red+Green+Blue) = 248+95+122=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85F7A is #07A085. Grayscale: #8F8F8F. Windows color (decimal): -499846 or 8019960. OLE color: 8019960.

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

Color convert

RGB24895122-
CMYK00.620.510.03
HSL349.41º91.62%67.25%-
HSV(B)349.41º61.69%97.25%-
XYZ46.3229.5521.67-
YUV143.82115.69202.3-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 53.33%
GREEN value IS 95 (37.5% from 255) = 20.43%
BLUE value IS 122 (48.05% from 255) = 26.24%
R=53.33%
G=20.43%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2489512200.620.510.03349.4191.6267.25
HexF85F7A03E33315d5c43
Octal370137172076633535134103
Binary111110001011111111101001111101100111110101110110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F85F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F85F7A; }

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

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

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

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

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

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

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

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