Html Css Color HEX #F8697D Brink Pink

📋 copy color: '#F8697D'

red 248 ◦ green 105 ◦ blue 125

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

Shades of Brink Pink #F8697D

Tints of Brink Pink #F8697D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.15%

R = 51.88%
G = 21.97%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F8697D (or 0xF8697D) is known color: Brink Pink. HEX triplet: F8, 69 and 7D. RGB value is (248,105,125). Sum of RGB (Red+Green+Blue) = 248+105+125=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F8697D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8697D is #079682. Grayscale: #969696. Windows color (decimal): -497283 or 8219128. OLE color: 8219128.

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

Color convert

RGB 248 105 125 -
CMYK 0 0.58 0.50 0.03
HSL 351.61º 0.91% 0.69% -
HSV(B) 351.61º 0.58% 0.97% -
XYZ 47.46 31.54 22.99 -
YUV 150.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 248 105 125 0 0.58 0.50 0.03 351.61 0.91 0.69
Hex F8 69 7D 0 3A 32 3 160 5B 45
Octal 370 151 175 0 72 62 3 540 133 105
Binary 11111000 1101001 1111101 0 111010 110010 11 101100000 1011011 1000101

Color Harmonies of #F8697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8697D

Black with #F8697D

Text Example


Text Example

White with #F8697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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