Html Css Color HEX #F86C8C Brink Pink

📋 copy color: '#F86C8C'

red 248 ◦ green 108 ◦ blue 140

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

Shades of Brink Pink #F86C8C

Tints of Brink Pink #F86C8C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.77%

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

R = 50%
G = 21.77%
B = 28.23%

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

#F86C8C (or 0xF86C8C) is known color: Brink Pink. HEX triplet: F8, 6C and 8C. RGB value is (248,108,140). Sum of RGB (Red+Green+Blue) = 248+108+140=496 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86C8C is #079373. Grayscale: #999999. Windows color (decimal): -496500 or 9202936. OLE color: 9202936.

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

Color convert

RGB 248 108 140 -
CMYK 0 0.56 0.44 0.03
HSL 346.29º 0.91% 0.7% -
HSV(B) 346.29º 0.56% 0.97% -
XYZ 48.81 32.58 28.53 -
YUV 153.51 120.38 195.4 -
System Red Green Blue C M Y K H S L
Decimal 248 108 140 0 0.56 0.44 0.03 346.29 0.91 0.7
Hex F8 6C 8C 0 38 2C 3 15A 5B 46
Octal 370 154 214 0 70 54 3 532 133 106
Binary 11111000 1101100 10001100 0 111000 101100 11 101011010 1011011 1000110

Color Harmonies of #F86C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86C8C

Black with #F86C8C

Text Example


Text Example

White with #F86C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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