Html Css Color HEX #F85C80 Brink Pink

📋 copy color: '#F85C80'

red 248 ◦ green 92 ◦ blue 128

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

Shades of Brink Pink #F85C80

Tints of Brink Pink #F85C80

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.66%

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

R = 52.99%
G = 19.66%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F85C80 (or 0xF85C80) is known color: Brink Pink. HEX triplet: F8, 5C and 80. RGB value is (248,92,128). Sum of RGB (Red+Green+Blue) = 248+92+128=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 92 (36.33% from 255 or 19.66% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85C80 is #07A37F. Grayscale: #8E8E8E. Windows color (decimal): -500608 or 8412408. OLE color: 8412408.

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

Color convert

RGB 248 92 128 -
CMYK 0 0.63 0.48 0.03
HSL 346.15º 0.92% 0.67% -
HSV(B) 346.15º 0.63% 0.97% -
XYZ 46.43 29.17 23.6 -
YUV 142.75 119.68 203.07 -
System Red Green Blue C M Y K H S L
Decimal 248 92 128 0 0.63 0.48 0.03 346.15 0.92 0.67
Hex F8 5C 80 0 3F 30 3 15A 5C 43
Octal 370 134 200 0 77 60 3 532 134 103
Binary 11111000 1011100 10000000 0 111111 110000 11 101011010 1011100 1000011

Color Harmonies of #F85C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85C80

Black with #F85C80

Text Example


Text Example

White with #F85C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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