Html Css Color HEX #F86E8B Brink Pink

📋 copy color: '#F86E8B'

red 248 ◦ green 110 ◦ blue 139

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

Shades of Brink Pink #F86E8B

Tints of Brink Pink #F86E8B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.13%

 BLUE value IS 139 (54.69% from 255) = 27.97%

R = 49.9%
G = 22.13%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F86E8B (or 0xF86E8B) is known color: Brink Pink. HEX triplet: F8, 6E and 8B. RGB value is (248,110,139). Sum of RGB (Red+Green+Blue) = 248+110+139=497 (65% of max value = 765). Red value is 248 (97.27% from 255 or 49.90% from 497); Green value is 110 (43.36% from 255 or 22.13% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86E8B is #079174. Grayscale: #9A9A9A. Windows color (decimal): -495989 or 9137912. OLE color: 9137912.

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

Color convert

RGB 248 110 139 -
CMYK 0 0.56 0.44 0.03
HSL 347.39º 0.91% 0.7% -
HSV(B) 347.39º 0.56% 0.97% -
XYZ 48.95 32.97 28.21 -
YUV 154.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 248 110 139 0 0.56 0.44 0.03 347.39 0.91 0.7
Hex F8 6E 8B 0 38 2C 3 15B 5B 46
Octal 370 156 213 0 70 54 3 533 133 106
Binary 11111000 1101110 10001011 0 111000 101100 11 101011011 1011011 1000110

Color Harmonies of #F86E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86E8B

Black with #F86E8B

Text Example


Text Example

White with #F86E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86E8B; }

 p { color: rgb(248,110,139); }

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

background-color css

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

 a { background-color: rgb(248,110,139); }

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

border-color css

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

 span { border-color: rgb(248,110,139); }

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