Html Css Color HEX #F85A80 Brink Pink

📋 copy color: '#F85A80'

red 248 ◦ green 90 ◦ blue 128

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

Shades of Brink Pink #F85A80

Tints of Brink Pink #F85A80

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.31%

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

R = 53.22%
G = 19.31%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F85A80 (or 0xF85A80) is known color: Brink Pink. HEX triplet: F8, 5A and 80. RGB value is (248,90,128). Sum of RGB (Red+Green+Blue) = 248+90+128=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85A80 is #07A57F. Grayscale: #8D8D8D. Windows color (decimal): -501120 or 8411896. OLE color: 8411896.

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

Color convert

RGB 248 90 128 -
CMYK 0 0.64 0.48 0.03
HSL 345.57º 0.92% 0.66% -
HSV(B) 345.57º 0.64% 0.97% -
XYZ 46.26 28.83 23.55 -
YUV 141.57 120.35 203.91 -
System Red Green Blue C M Y K H S L
Decimal 248 90 128 0 0.64 0.48 0.03 345.57 0.92 0.66
Hex F8 5A 80 0 40 30 3 15A 5C 42
Octal 370 132 200 0 100 60 3 532 134 102
Binary 11111000 1011010 10000000 0 1000000 110000 11 101011010 1011100 1000010

Color Harmonies of #F85A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A80

Black with #F85A80

Text Example


Text Example

White with #F85A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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