Html Css Color HEX #F85E91 Brink Pink

📋 copy color: '#F85E91'

red 248 ◦ green 94 ◦ blue 145

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

Shades of Brink Pink #F85E91

Tints of Brink Pink #F85E91

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.3%

 BLUE value IS 145 (57.03% from 255) = 29.77%

R = 50.92%
G = 19.3%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F85E91 (or 0xF85E91) is known color: Brink Pink. HEX triplet: F8, 5E and 91. RGB value is (248,94,145). Sum of RGB (Red+Green+Blue) = 248+94+145=487 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.92% from 487); Green value is 94 (37.11% from 255 or 19.30% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85E91 is #07A16E. Grayscale: #919191. Windows color (decimal): -500079 or 9527032. OLE color: 9527032.

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

Color convert

RGB 248 94 145 -
CMYK 0 0.62 0.42 0.03
HSL 340.13º 0.92% 0.67% -
HSV(B) 340.13º 0.62% 0.97% -
XYZ 47.82 30.01 30.06 -
YUV 145.86 127.52 200.85 -
System Red Green Blue C M Y K H S L
Decimal 248 94 145 0 0.62 0.42 0.03 340.13 0.92 0.67
Hex F8 5E 91 0 3E 2A 3 154 5C 43
Octal 370 136 221 0 76 52 3 524 134 103
Binary 11111000 1011110 10010001 0 111110 101010 11 101010100 1011100 1000011

Color Harmonies of #F85E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85E91

Black with #F85E91

Text Example


Text Example

White with #F85E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85E91; }

 p { color: rgb(248,94,145); }

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

background-color css

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

 a { background-color: rgb(248,94,145); }

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

border-color css

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

 span { border-color: rgb(248,94,145); }

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