Html Css Color HEX #F85D80 Brink Pink

📋 copy color: '#F85D80'

red 248 ◦ green 93 ◦ blue 128

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

Shades of Brink Pink #F85D80

Tints of Brink Pink #F85D80

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.83%

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

R = 52.88%
G = 19.83%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F85D80 (or 0xF85D80) is known color: Brink Pink. HEX triplet: F8, 5D and 80. RGB value is (248,93,128). Sum of RGB (Red+Green+Blue) = 248+93+128=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F85D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85D80 is #07A27F. Grayscale: #8F8F8F. Windows color (decimal): -500352 or 8412664. OLE color: 8412664.

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

Color convert

RGB 248 93 128 -
CMYK 0 0.62 0.48 0.03
HSL 346.45º 0.92% 0.67% -
HSV(B) 346.45º 0.63% 0.97% -
XYZ 46.52 29.34 23.63 -
YUV 143.34 119.35 202.65 -
System Red Green Blue C M Y K H S L
Decimal 248 93 128 0 0.62 0.48 0.03 346.45 0.92 0.67
Hex F8 5D 80 0 3E 30 3 15A 5C 43
Octal 370 135 200 0 76 60 3 532 134 103
Binary 11111000 1011101 10000000 0 111110 110000 11 101011010 1011100 1000011

Color Harmonies of #F85D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85D80

Black with #F85D80

Text Example


Text Example

White with #F85D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85D80; }

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

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

background-color css

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

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

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

border-color css

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

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

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