#F86792

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

Shades of Brink Pink #F86792

Tints of Brink Pink #F86792

Color information

#F86792 (or 0xF86792) is unknown color: approx Brink Pink. HEX triplet: F8, 67 and 92. RGB value is (248,103,146). Sum of RGB (Red+Green+Blue) = 248+103+146=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F86792 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86792 is #07986D. Grayscale: #979797. Windows color (decimal): -497774 or 9594872. OLE color: 9594872.

HSL color Cylindrical-coordinate representation of color #F86792: hue angle of 342.21º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F86792 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB248103146-
CMYK00.580.410.03
HSL342.21º91.19%68.82%-
HSV(B)342.21º58.47%97.25%-
XYZ48.7531.7330.75-
YUV151.26125.04197-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.90%
GREEN value IS 103 (40.62% from 255) = 20.72%
BLUE value IS 146 (57.42% from 255) = 29.38%
R=49.90%
G=20.72%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810314600.580.410.03342.2191.1968.82
HexF8679203A2931565b45
Octal370147222072513526133105
Binary1111100011001111001001001110101010011110101011010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86792; }

 p { color: rgb(248,103,146); }

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

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

 a { background-color: rgb(248,103,146); }

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

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

 span { border-color: rgb(248,103,146); }

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