#F86795

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

Shades of Brink Pink #F86795

Tints of Brink Pink #F86795

Color information

#F86795 (or 0xF86795) is unknown color: approx Brink Pink. HEX triplet: F8, 67 and 95. RGB value is (248,103,149). Sum of RGB (Red+Green+Blue) = 248+103+149=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 103 (40.62% from 255 or 20.6% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F86795 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86795 is #07986A. Grayscale: #979797. Windows color (decimal): -497771 or 9791480. OLE color: 9791480.

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

Color convert

RGB248103149-
CMYK00.580.400.03
HSL340.97º91.19%68.82%-
HSV(B)340.97º58.47%97.25%-
XYZ48.9931.8332-
YUV151.6126.54196.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 49.6%
GREEN value IS 103 (40.62% from 255) = 20.6%
BLUE value IS 149 (58.59% from 255) = 29.8%
R=49.6%
G=20.6%
B=29.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810314900.580.400.03340.9791.1968.82
HexF8679503A2831555b45
Octal370147225072503525133105
Binary1111100011001111001010101110101010001110101010110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86795; }

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

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

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

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

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

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

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

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