Html Css Color HEX #F86B8B Brink Pink

📋 copy color: '#F86B8B'

red 248 ◦ green 107 ◦ blue 139

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

Shades of Brink Pink #F86B8B

Tints of Brink Pink #F86B8B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.66%

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

R = 50.2%
G = 21.66%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F86B8B (or 0xF86B8B) is known color: Brink Pink. HEX triplet: F8, 6B and 8B. RGB value is (248,107,139). Sum of RGB (Red+Green+Blue) = 248+107+139=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F86B8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86B8B is #079474. Grayscale: #989898. Windows color (decimal): -496757 or 9137144. OLE color: 9137144.

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

Color convert

RGB 248 107 139 -
CMYK 0 0.57 0.44 0.03
HSL 346.38º 0.91% 0.7% -
HSV(B) 346.38º 0.57% 0.97% -
XYZ 48.63 32.34 28.1 -
YUV 152.81 120.21 195.9 -
System Red Green Blue C M Y K H S L
Decimal 248 107 139 0 0.57 0.44 0.03 346.38 0.91 0.7
Hex F8 6B 8B 0 39 2C 3 15A 5B 46
Octal 370 153 213 0 71 54 3 532 133 106
Binary 11111000 1101011 10001011 0 111001 101100 11 101011010 1011011 1000110

Color Harmonies of #F86B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86B8B

Black with #F86B8B

Text Example


Text Example

White with #F86B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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