Html Css Color HEX #F86D77 Brink Pink

📋 copy color: '#F86D77'

red 248 ◦ green 109 ◦ blue 119

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

Shades of Brink Pink #F86D77

Tints of Brink Pink #F86D77

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.9%

 BLUE value IS 119 (46.88% from 255) = 25%

R = 52.1%
G = 22.9%
B = 25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#F86D77 (or 0xF86D77) is known color: Brink Pink. HEX triplet: F8, 6D and 77. RGB value is (248,109,119). Sum of RGB (Red+Green+Blue) = 248+109+119=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F86D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86D77 is #079288. Grayscale: #979797. Windows color (decimal): -496265 or 7826936. OLE color: 7826936.

HSL color Cylindrical-coordinate representation of color #F86D77: hue angle of 355.68º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86D77 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 109 119 -
CMYK 0 0.56 0.52 0.03
HSL 355.68º 0.91% 0.7% -
HSV(B) 355.68º 0.56% 0.97% -
XYZ 47.51 32.23 21.17 -
YUV 151.7 109.55 196.69 -
System Red Green Blue C M Y K H S L
Decimal 248 109 119 0 0.56 0.52 0.03 355.68 0.91 0.7
Hex F8 6D 77 0 38 34 3 164 5B 46
Octal 370 155 167 0 70 64 3 544 133 106
Binary 11111000 1101101 1110111 0 111000 110100 11 101100100 1011011 1000110

Color Harmonies of #F86D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86D77

Black with #F86D77

Text Example


Text Example

White with #F86D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86D77; }

 p { color: rgb(248,109,119); }

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

background-color css

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

 a { background-color: rgb(248,109,119); }

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

border-color css

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

 span { border-color: rgb(248,109,119); }

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