#F8687C

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

Shades of Brink Pink #F8687C

Tints of Brink Pink #F8687C

Color information

#F8687C (or 0xF8687C) is unknown color: approx Brink Pink. HEX triplet: F8, 68 and 7C. RGB value is (248,104,124). Sum of RGB (Red+Green+Blue) = 248+104+124=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 104 (41.02% from 255 or 21.85% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F8687C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8687C is #079783. Grayscale: #959595. Windows color (decimal): -497540 or 8153336. OLE color: 8153336.

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

Color convert

RGB248104124-
CMYK00.580.50.03
HSL351.67º91.14%69.02%-
HSV(B)351.67º58.06%97.25%-
XYZ47.331.3122.62-
YUV149.34113.71198.37-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.10%
GREEN value IS 104 (41.02% from 255) = 21.85%
BLUE value IS 124 (48.83% from 255) = 26.05%
R=52.10%
G=21.85%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.5
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810412400.580.50.03351.6791.1469.02
HexF8687C03A3231605b45
Octal370150174072623540133105
Binary111110001101000111110001110101100101110110000010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8687C; }

 p { color: rgb(248,104,124); }

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

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

 a { background-color: rgb(248,104,124); }

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

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

 span { border-color: rgb(248,104,124); }

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