Html Css Color HEX #F85A87 Brink Pink

📋 copy color: '#F85A87'

red 248 ◦ green 90 ◦ blue 135

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

Shades of Brink Pink #F85A87

Tints of Brink Pink #F85A87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.54%

R = 52.43%
G = 19.03%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F85A87 (or 0xF85A87) is known color: Brink Pink. HEX triplet: F8, 5A and 87. RGB value is (248,90,135). Sum of RGB (Red+Green+Blue) = 248+90+135=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85A87 is #07A578. Grayscale: #8E8E8E. Windows color (decimal): -501113 or 8870648. OLE color: 8870648.

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

Color convert

RGB 248 90 135 -
CMYK 0 0.64 0.46 0.03
HSL 342.91º 0.92% 0.66% -
HSV(B) 342.91º 0.64% 0.97% -
XYZ 46.74 29.02 26.06 -
YUV 142.37 123.85 203.34 -
System Red Green Blue C M Y K H S L
Decimal 248 90 135 0 0.64 0.46 0.03 342.91 0.92 0.66
Hex F8 5A 87 0 40 2E 3 157 5C 42
Octal 370 132 207 0 100 56 3 527 134 102
Binary 11111000 1011010 10000111 0 1000000 101110 11 101010111 1011100 1000010

Color Harmonies of #F85A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A87

Black with #F85A87

Text Example


Text Example

White with #F85A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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