Html Css Color HEX #F8688D Brink Pink

📋 copy color: '#F8688D'

red 248 ◦ green 104 ◦ blue 141

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

Shades of Brink Pink #F8688D

Tints of Brink Pink #F8688D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.6%

R = 50.3%
G = 21.1%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8688D (or 0xF8688D) is known color: Brink Pink. HEX triplet: F8, 68 and 8D. RGB value is (248,104,141). Sum of RGB (Red+Green+Blue) = 248+104+141=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 104 (41.02% from 255 or 21.10% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F8688D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8688D is #079772. Grayscale: #979797. Windows color (decimal): -497523 or 9267448. OLE color: 9267448.

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

Color convert

RGB 248 104 141 -
CMYK 0 0.58 0.43 0.03
HSL 344.58º 0.91% 0.69% -
HSV(B) 344.58º 0.58% 0.97% -
XYZ 48.47 31.78 28.78 -
YUV 151.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 248 104 141 0 0.58 0.43 0.03 344.58 0.91 0.69
Hex F8 68 8D 0 3A 2B 3 159 5B 45
Octal 370 150 215 0 72 53 3 531 133 105
Binary 11111000 1101000 10001101 0 111010 101011 11 101011001 1011011 1000101

Color Harmonies of #F8688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8688D

Black with #F8688D

Text Example


Text Example

White with #F8688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8688D; }

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

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

background-color css

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

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

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

border-color css

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

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

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