Html Css Color HEX #F85A89 Brink Pink

📋 copy color: '#F85A89'

red 248 ◦ green 90 ◦ blue 137

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

Shades of Brink Pink #F85A89

Tints of Brink Pink #F85A89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.84%

R = 52.21%
G = 18.95%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F85A89 (or 0xF85A89) is known color: Brink Pink. HEX triplet: F8, 5A and 89. RGB value is (248,90,137). Sum of RGB (Red+Green+Blue) = 248+90+137=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 90 (35.55% from 255 or 18.95% from 475); Blue value is 137 (53.91% from 255 or 28.84% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85A89 is #07A576. Grayscale: #8E8E8E. Windows color (decimal): -501111 or 9001720. OLE color: 9001720.

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

Color convert

RGB 248 90 137 -
CMYK 0 0.64 0.45 0.03
HSL 342.15º 0.92% 0.66% -
HSV(B) 342.15º 0.64% 0.97% -
XYZ 46.88 29.07 26.81 -
YUV 142.6 124.85 203.18 -
System Red Green Blue C M Y K H S L
Decimal 248 90 137 0 0.64 0.45 0.03 342.15 0.92 0.66
Hex F8 5A 89 0 40 2D 3 156 5C 42
Octal 370 132 211 0 100 55 3 526 134 102
Binary 11111000 1011010 10001001 0 1000000 101101 11 101010110 1011100 1000010

Color Harmonies of #F85A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A89

Black with #F85A89

Text Example


Text Example

White with #F85A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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