#F8697E

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

Shades of Brink Pink #F8697E

Tints of Brink Pink #F8697E

Color information

#F8697E (or 0xF8697E) is unknown color: approx Brink Pink. HEX triplet: F8, 69 and 7E. RGB value is (248,105,126). Sum of RGB (Red+Green+Blue) = 248+105+126=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F8697E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8697E is #079681. Grayscale: #969696. Windows color (decimal): -497282 or 8284664. OLE color: 8284664.

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

Color convert

RGB248105126-
CMYK00.580.490.03
HSL351.19º91.08%69.22%-
HSV(B)351.19º57.66%97.25%-
XYZ47.5331.5723.33-
YUV150.15114.38197.79-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.77%
GREEN value IS 105 (41.41% from 255) = 21.92%
BLUE value IS 126 (49.61% from 255) = 26.30%
R=51.77%
G=21.92%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24810512600.580.490.03351.1991.0869.22
HexF8697E03A31315f5b45
Octal370151176072613537133105
Binary111110001101001111111001110101100011110101111110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8697E; }

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

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

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

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

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

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

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

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