Html Css Color HEX #F86F8C Brink Pink

📋 copy color: '#F86F8C'

red 248 ◦ green 111 ◦ blue 140

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

Shades of Brink Pink #F86F8C

Tints of Brink Pink #F86F8C

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.24%

 BLUE value IS 140 (55.08% from 255) = 28.06%

R = 49.7%
G = 22.24%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F86F8C (or 0xF86F8C) is known color: Brink Pink. HEX triplet: F8, 6F and 8C. RGB value is (248,111,140). Sum of RGB (Red+Green+Blue) = 248+111+140=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 111 (43.75% from 255 or 22.24% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86F8C is #079073. Grayscale: #9B9B9B. Windows color (decimal): -495732 or 9203704. OLE color: 9203704.

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

Color convert

RGB 248 111 140 -
CMYK 0 0.55 0.44 0.03
HSL 347.3º 0.91% 0.7% -
HSV(B) 347.3º 0.55% 0.97% -
XYZ 49.13 33.22 28.63 -
YUV 155.27 119.39 194.14 -
System Red Green Blue C M Y K H S L
Decimal 248 111 140 0 0.55 0.44 0.03 347.3 0.91 0.7
Hex F8 6F 8C 0 37 2C 3 15B 5B 46
Octal 370 157 214 0 67 54 3 533 133 106
Binary 11111000 1101111 10001100 0 110111 101100 11 101011011 1011011 1000110

Color Harmonies of #F86F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F8C

Black with #F86F8C

Text Example


Text Example

White with #F86F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F8C; }

 p { color: rgb(248,111,140); }

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

background-color css

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

 a { background-color: rgb(248,111,140); }

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

border-color css

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

 span { border-color: rgb(248,111,140); }

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