Html Css Color HEX #F86F80 Brink Pink

📋 copy color: '#F86F80'

red 248 ◦ green 111 ◦ blue 128

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

Shades of Brink Pink #F86F80

Tints of Brink Pink #F86F80

RGB

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

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

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

R = 50.92%
G = 22.79%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F86F80 (or 0xF86F80) is known color: Brink Pink. HEX triplet: F8, 6F and 80. RGB value is (248,111,128). Sum of RGB (Red+Green+Blue) = 248+111+128=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86F80 is #07907F. Grayscale: #999999. Windows color (decimal): -495744 or 8417272. OLE color: 8417272.

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

Color convert

RGB 248 111 128 -
CMYK 0 0.55 0.48 0.03
HSL 352.55º 0.91% 0.7% -
HSV(B) 352.55º 0.55% 0.97% -
XYZ 48.29 32.88 24.22 -
YUV 153.9 113.39 195.12 -
System Red Green Blue C M Y K H S L
Decimal 248 111 128 0 0.55 0.48 0.03 352.55 0.91 0.7
Hex F8 6F 80 0 37 30 3 161 5B 46
Octal 370 157 200 0 67 60 3 541 133 106
Binary 11111000 1101111 10000000 0 110111 110000 11 101100001 1011011 1000110

Color Harmonies of #F86F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F80

Black with #F86F80

Text Example


Text Example

White with #F86F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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