Html Css Color HEX #F87086 Brink Pink

📋 copy color: '#F87086'

red 248 ◦ green 112 ◦ blue 134

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

Shades of Brink Pink #F87086

Tints of Brink Pink #F87086

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.67%

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

R = 50.2%
G = 22.67%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F87086 (or 0xF87086) is known color: Brink Pink. HEX triplet: F8, 70 and 86. RGB value is (248,112,134). Sum of RGB (Red+Green+Blue) = 248+112+134=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F87086 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87086 is #078F79. Grayscale: #9B9B9B. Windows color (decimal): -495482 or 8810744. OLE color: 8810744.

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

Color convert

RGB 248 112 134 -
CMYK 0 0.55 0.46 0.03
HSL 350.29º 0.91% 0.71% -
HSV(B) 350.29º 0.55% 0.97% -
XYZ 48.81 33.27 26.4 -
YUV 155.17 116.06 194.21 -
System Red Green Blue C M Y K H S L
Decimal 248 112 134 0 0.55 0.46 0.03 350.29 0.91 0.71
Hex F8 70 86 0 37 2E 3 15E 5B 47
Octal 370 160 206 0 67 56 3 536 133 107
Binary 11111000 1110000 10000110 0 110111 101110 11 101011110 1011011 1000111

Color Harmonies of #F87086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87086

Black with #F87086

Text Example


Text Example

White with #F87086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87086; }

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

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

background-color css

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

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

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

border-color css

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

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

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