Html Css Color HEX #F86080 Brink Pink

📋 copy color: '#F86080'

red 248 ◦ green 96 ◦ blue 128

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

Shades of Brink Pink #F86080

Tints of Brink Pink #F86080

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.34%

 BLUE value IS 128 (50.39% from 255) = 27.12%

R = 52.54%
G = 20.34%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F86080 (or 0xF86080) is known color: Brink Pink. HEX triplet: F8, 60 and 80. RGB value is (248,96,128). Sum of RGB (Red+Green+Blue) = 248+96+128=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F86080 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86080 is #079F7F. Grayscale: #919191. Windows color (decimal): -499584 or 8413432. OLE color: 8413432.

HSL color Cylindrical-coordinate representation of color #F86080: hue angle of 347.37º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F86080 is Cyan = 0, Magento = 0.61, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 96 128 -
CMYK 0 0.61 0.48 0.03
HSL 347.37º 0.92% 0.67% -
HSV(B) 347.37º 0.61% 0.97% -
XYZ 46.79 29.88 23.72 -
YUV 145.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 248 96 128 0 0.61 0.48 0.03 347.37 0.92 0.67
Hex F8 60 80 0 3D 30 3 15B 5C 43
Octal 370 140 200 0 75 60 3 533 134 103
Binary 11111000 1100000 10000000 0 111101 110000 11 101011011 1011100 1000011

Color Harmonies of #F86080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86080

Black with #F86080

Text Example


Text Example

White with #F86080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86080; }

 p { color: rgb(248,96,128); }

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

background-color css

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

 a { background-color: rgb(248,96,128); }

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

border-color css

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

 span { border-color: rgb(248,96,128); }

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