Html Css Color HEX #F86A8C Brink Pink

📋 copy color: '#F86A8C'

red 248 ◦ green 106 ◦ blue 140

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

Shades of Brink Pink #F86A8C

Tints of Brink Pink #F86A8C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.46%

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

R = 50.2%
G = 21.46%
B = 28.34%

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

#F86A8C (or 0xF86A8C) is known color: Brink Pink. HEX triplet: F8, 6A and 8C. RGB value is (248,106,140). Sum of RGB (Red+Green+Blue) = 248+106+140=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86A8C is #079573. Grayscale: #989898. Windows color (decimal): -497012 or 9202424. OLE color: 9202424.

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

Color convert

RGB 248 106 140 -
CMYK 0 0.57 0.44 0.03
HSL 345.63º 0.91% 0.69% -
HSV(B) 345.63º 0.57% 0.97% -
XYZ 48.6 32.16 28.46 -
YUV 152.33 121.04 196.24 -
System Red Green Blue C M Y K H S L
Decimal 248 106 140 0 0.57 0.44 0.03 345.63 0.91 0.69
Hex F8 6A 8C 0 39 2C 3 15A 5B 45
Octal 370 152 214 0 71 54 3 532 133 105
Binary 11111000 1101010 10001100 0 111001 101100 11 101011010 1011011 1000101

Color Harmonies of #F86A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86A8C

Black with #F86A8C

Text Example


Text Example

White with #F86A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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