#F8697F

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

Shades of Brink Pink #F8697F

Tints of Brink Pink #F8697F

Color information

#F8697F (or 0xF8697F) is unknown color: approx Brink Pink. HEX triplet: F8, 69 and 7F. RGB value is (248,105,127). Sum of RGB (Red+Green+Blue) = 248+105+127=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F8697F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8697F is #079680. Grayscale: #969696. Windows color (decimal): -497281 or 8350200. OLE color: 8350200.

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

Color convert

RGB248105127-
CMYK00.580.490.03
HSL350.77º91.08%69.22%-
HSV(B)350.77º57.66%97.25%-
XYZ47.5931.5923.67-
YUV150.27114.88197.71-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.67%
GREEN value IS 105 (41.41% from 255) = 21.88%
BLUE value IS 127 (50% from 255) = 26.46%
R=51.67%
G=21.88%
B=26.46%

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
Decimal24810512700.580.490.03350.7791.0869.22
HexF8697F03A31315f5b45
Octal370151177072613537133105
Binary111110001101001111111101110101100011110101111110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8697F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8697F; }

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

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

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

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

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

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

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

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