Html Css Color HEX #F85B7E Brink Pink

📋 copy color: '#F85B7E'

red 248 ◦ green 91 ◦ blue 126

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

Shades of Brink Pink #F85B7E

Tints of Brink Pink #F85B7E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.57%

 BLUE value IS 126 (49.61% from 255) = 27.1%

R = 53.33%
G = 19.57%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F85B7E (or 0xF85B7E) is known color: Brink Pink. HEX triplet: F8, 5B and 7E. RGB value is (248,91,126). Sum of RGB (Red+Green+Blue) = 248+91+126=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85B7E is #07A481. Grayscale: #8D8D8D. Windows color (decimal): -500866 or 8281080. OLE color: 8281080.

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

Color convert

RGB 248 91 126 -
CMYK 0 0.63 0.49 0.03
HSL 346.62º 0.92% 0.66% -
HSV(B) 346.62º 0.63% 0.97% -
XYZ 46.22 28.94 22.89 -
YUV 141.93 119.01 203.65 -
System Red Green Blue C M Y K H S L
Decimal 248 91 126 0 0.63 0.49 0.03 346.62 0.92 0.66
Hex F8 5B 7E 0 3F 31 3 15B 5C 42
Octal 370 133 176 0 77 61 3 533 134 102
Binary 11111000 1011011 1111110 0 111111 110001 11 101011011 1011100 1000010

Color Harmonies of #F85B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85B7E

Black with #F85B7E

Text Example


Text Example

White with #F85B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85B7E; }

 p { color: rgb(248,91,126); }

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

background-color css

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

 a { background-color: rgb(248,91,126); }

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

border-color css

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

 span { border-color: rgb(248,91,126); }

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