Html Css Color HEX #F8688C Brink Pink

📋 copy color: '#F8688C'

red 248 ◦ green 104 ◦ blue 140

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

Shades of Brink Pink #F8688C

Tints of Brink Pink #F8688C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.14%

 BLUE value IS 140 (55.08% from 255) = 28.46%

R = 50.41%
G = 21.14%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8688C (or 0xF8688C) is known color: Brink Pink. HEX triplet: F8, 68 and 8C. RGB value is (248,104,140). Sum of RGB (Red+Green+Blue) = 248+104+140=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F8688C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8688C is #079773. Grayscale: #979797. Windows color (decimal): -497524 or 9201912. OLE color: 9201912.

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

Color convert

RGB 248 104 140 -
CMYK 0 0.58 0.44 0.03
HSL 345º 0.91% 0.69% -
HSV(B) 345º 0.58% 0.97% -
XYZ 48.4 31.75 28.39 -
YUV 151.16 121.71 197.07 -
System Red Green Blue C M Y K H S L
Decimal 248 104 140 0 0.58 0.44 0.03 345 0.91 0.69
Hex F8 68 8C 0 3A 2C 3 159 5B 45
Octal 370 150 214 0 72 54 3 531 133 105
Binary 11111000 1101000 10001100 0 111010 101100 11 101011001 1011011 1000101

Color Harmonies of #F8688C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8688C

Black with #F8688C

Text Example


Text Example

White with #F8688C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8688C; }

 p { color: rgb(248,104,140); }

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

background-color css

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

 a { background-color: rgb(248,104,140); }

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

border-color css

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

 span { border-color: rgb(248,104,140); }

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