#F86781

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

Shades of Brink Pink #F86781

Tints of Brink Pink #F86781

Color information

#F86781 (or 0xF86781) is unknown color: approx Brink Pink. HEX triplet: F8, 67 and 81. RGB value is (248,103,129). Sum of RGB (Red+Green+Blue) = 248+103+129=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F86781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86781 is #07987E. Grayscale: #959595. Windows color (decimal): -497791 or 8480760. OLE color: 8480760.

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

Color convert

RGB248103129-
CMYK00.580.480.03
HSL349.24º91.19%68.82%-
HSV(B)349.24º58.47%97.25%-
XYZ47.5231.2424.29-
YUV149.32116.54198.39-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.67%
GREEN value IS 103 (40.62% from 255) = 21.46%
BLUE value IS 129 (50.78% from 255) = 26.88%
R=51.67%
G=21.46%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810312900.580.480.03349.2491.1968.82
HexF8678103A30315d5b45
Octal370147201072603535133105
Binary1111100011001111000000101110101100001110101110110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F86781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F86781; }

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

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

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

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

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

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

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

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