Html Css Color HEX #F87486 Brink Pink

📋 copy color: '#F87486'

red 248 ◦ green 116 ◦ blue 134

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

Shades of Brink Pink #F87486

Tints of Brink Pink #F87486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.29%

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

R = 49.8%
G = 23.29%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F87486 (or 0xF87486) is known color: Brink Pink. HEX triplet: F8, 74 and 86. RGB value is (248,116,134). Sum of RGB (Red+Green+Blue) = 248+116+134=498 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.80% from 498); Green value is 116 (45.70% from 255 or 23.29% from 498); Blue value is 134 (52.73% from 255 or 26.91% from 498); Max value from RGB is 248 - color contains mainly: red. Hex color #F87486 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F87486 is #078B79. Grayscale: #9D9D9D. Windows color (decimal): -494458 or 8811768. OLE color: 8811768.

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

Color convert

RGB 248 116 134 -
CMYK 0 0.53 0.46 0.03
HSL 351.82º 0.9% 0.71% -
HSV(B) 351.82º 0.53% 0.97% -
XYZ 49.26 34.17 26.55 -
YUV 157.52 114.73 192.54 -
System Red Green Blue C M Y K H S L
Decimal 248 116 134 0 0.53 0.46 0.03 351.82 0.9 0.71
Hex F8 74 86 0 35 2E 3 160 5A 47
Octal 370 164 206 0 65 56 3 540 132 107
Binary 11111000 1110100 10000110 0 110101 101110 11 101100000 1011010 1000111

Color Harmonies of #F87486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87486

Black with #F87486

Text Example


Text Example

White with #F87486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87486; }

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

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

background-color css

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

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

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

border-color css

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

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

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