Html Css Color HEX #F8697C Brink Pink

📋 copy color: '#F8697C'

red 248 ◦ green 105 ◦ blue 124

#F8697C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brink Pink #F8697C

Tints of Brink Pink #F8697C

RGB

 RED value IS 248 (97.27% from 255) = 51.99%

 GREEN value IS 105 (41.41% from 255) = 22.01%

 BLUE value IS 124 (48.83% from 255) = 26%

R = 51.99%
G = 22.01%
B = 26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.5

 K value IS 0.03

RGB Variations

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

Color information

#F8697C (or 0xF8697C) is known color: Brink Pink. HEX triplet: F8, 69 and 7C. RGB value is (248,105,124). Sum of RGB (Red+Green+Blue) = 248+105+124=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F8697C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8697C is #079683. Grayscale: #959595. Windows color (decimal): -497284 or 8153592. OLE color: 8153592.

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

Color convert

RGB 248 105 124 -
CMYK 0 0.58 0.5 0.03
HSL 352.03º 0.91% 0.69% -
HSV(B) 352.03º 0.58% 0.97% -
XYZ 47.4 31.51 22.65 -
YUV 149.92 113.38 197.96 -
System Red Green Blue C M Y K H S L
Decimal 248 105 124 0 0.58 0.5 0.03 352.03 0.91 0.69
Hex F8 69 7C 0 3A 32 3 160 5B 45
Octal 370 151 174 0 72 62 3 540 133 105
Binary 11111000 1101001 1111100 0 111010 110010 11 101100000 1011011 1000101

Color Harmonies of #F8697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8697C

Black with #F8697C

Text Example


Text Example

White with #F8697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8697C; }

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

 H1.HeaderClassName
 {
   color: #F8697C;
 }
 .AnyTagClassName
 {
   color: #F8697C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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