Html Css Color HEX #F86A86 Brink Pink

📋 copy color: '#F86A86'

red 248 ◦ green 106 ◦ blue 134

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

Shades of Brink Pink #F86A86

Tints of Brink Pink #F86A86

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.72%

 BLUE value IS 134 (52.73% from 255) = 27.46%

R = 50.82%
G = 21.72%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F86A86 (or 0xF86A86) is known color: Brink Pink. HEX triplet: F8, 6A and 86. RGB value is (248,106,134). Sum of RGB (Red+Green+Blue) = 248+106+134=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 134 (52.73% from 255 or 27.46% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86A86 is #079579. Grayscale: #979797. Windows color (decimal): -497018 or 8809208. OLE color: 8809208.

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

Color convert

RGB 248 106 134 -
CMYK 0 0.57 0.46 0.03
HSL 348.17º 0.91% 0.69% -
HSV(B) 348.17º 0.57% 0.97% -
XYZ 48.17 31.99 26.19 -
YUV 151.65 118.04 196.72 -
System Red Green Blue C M Y K H S L
Decimal 248 106 134 0 0.57 0.46 0.03 348.17 0.91 0.69
Hex F8 6A 86 0 39 2E 3 15C 5B 45
Octal 370 152 206 0 71 56 3 534 133 105
Binary 11111000 1101010 10000110 0 111001 101110 11 101011100 1011011 1000101

Color Harmonies of #F86A86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86A86

Black with #F86A86

Text Example


Text Example

White with #F86A86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86A86; }

 p { color: rgb(248,106,134); }

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

background-color css

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

 a { background-color: rgb(248,106,134); }

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

border-color css

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

 span { border-color: rgb(248,106,134); }

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