#F8697A

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

Shades of Brink Pink #F8697A

Tints of Brink Pink #F8697A

Color information

#F8697A (or 0xF8697A) is unknown color: approx Brink Pink. HEX triplet: F8, 69 and 7A. RGB value is (248,105,122). Sum of RGB (Red+Green+Blue) = 248+105+122=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F8697A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8697A is #079685. Grayscale: #959595. Windows color (decimal): -497286 or 8022520. OLE color: 8022520.

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

Color convert

RGB248105122-
CMYK00.580.510.03
HSL352.87º91.08%69.22%-
HSV(B)352.87º57.66%97.25%-
XYZ47.2831.4621.99-
YUV149.7112.38198.12-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.21%
GREEN value IS 105 (41.41% from 255) = 22.11%
BLUE value IS 122 (48.05% from 255) = 25.68%
R=52.21%
G=22.11%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810512200.580.510.03352.8791.0869.22
HexF8697A03A3331615b45
Octal370151172072633541133105
Binary111110001101001111101001110101100111110110000110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8697A; }

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

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

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

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

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

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

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

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