Html Css Color HEX #F86E8E Brink Pink

📋 copy color: '#F86E8E'

red 248 ◦ green 110 ◦ blue 142

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

Shades of Brink Pink #F86E8E

Tints of Brink Pink #F86E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.4%

R = 49.6%
G = 22%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F86E8E (or 0xF86E8E) is known color: Brink Pink. HEX triplet: F8, 6E and 8E. RGB value is (248,110,142). Sum of RGB (Red+Green+Blue) = 248+110+142=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 142 (55.86% from 255 or 28.4% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F86E8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86E8E is #079171. Grayscale: #9A9A9A. Windows color (decimal): -495986 or 9334520. OLE color: 9334520.

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

Color convert

RGB 248 110 142 -
CMYK 0 0.56 0.43 0.03
HSL 346.09º 0.91% 0.7% -
HSV(B) 346.09º 0.56% 0.97% -
XYZ 49.17 33.06 29.38 -
YUV 154.91 120.72 194.4 -
System Red Green Blue C M Y K H S L
Decimal 248 110 142 0 0.56 0.43 0.03 346.09 0.91 0.7
Hex F8 6E 8E 0 38 2B 3 15A 5B 46
Octal 370 156 216 0 70 53 3 532 133 106
Binary 11111000 1101110 10001110 0 111000 101011 11 101011010 1011011 1000110

Color Harmonies of #F86E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86E8E

Black with #F86E8E

Text Example


Text Example

White with #F86E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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