Html Css Color HEX #F86B7E Brink Pink

📋 copy color: '#F86B7E'

red 248 ◦ green 107 ◦ blue 126

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

Shades of Brink Pink #F86B7E

Tints of Brink Pink #F86B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 26.2%

R = 51.56%
G = 22.25%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F86B7E (or 0xF86B7E) is known color: Brink Pink. HEX triplet: F8, 6B and 7E. RGB value is (248,107,126). Sum of RGB (Red+Green+Blue) = 248+107+126=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F86B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86B7E is #079481. Grayscale: #979797. Windows color (decimal): -496770 or 8285176. OLE color: 8285176.

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

Color convert

RGB 248 107 126 -
CMYK 0 0.57 0.49 0.03
HSL 351.91º 0.91% 0.7% -
HSV(B) 351.91º 0.57% 0.97% -
XYZ 47.73 31.98 23.4 -
YUV 151.33 113.71 196.96 -
System Red Green Blue C M Y K H S L
Decimal 248 107 126 0 0.57 0.49 0.03 351.91 0.91 0.7
Hex F8 6B 7E 0 39 31 3 160 5B 46
Octal 370 153 176 0 71 61 3 540 133 106
Binary 11111000 1101011 1111110 0 111001 110001 11 101100000 1011011 1000110

Color Harmonies of #F86B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86B7E

Black with #F86B7E

Text Example


Text Example

White with #F86B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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