Html Css Color HEX #F85B7F Brink Pink

📋 copy color: '#F85B7F'

red 248 ◦ green 91 ◦ blue 127

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

Shades of Brink Pink #F85B7F

Tints of Brink Pink #F85B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.25%

R = 53.22%
G = 19.53%
B = 27.25%

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

#F85B7F (or 0xF85B7F) is known color: Brink Pink. HEX triplet: F8, 5B and 7F. RGB value is (248,91,127). Sum of RGB (Red+Green+Blue) = 248+91+127=466 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.22% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 248 - color contains mainly: red. Hex color #F85B7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85B7F is #07A480. Grayscale: #8E8E8E. Windows color (decimal): -500865 or 8346616. OLE color: 8346616.

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

Color convert

RGB 248 91 127 -
CMYK 0 0.63 0.49 0.03
HSL 346.24º 0.92% 0.66% -
HSV(B) 346.24º 0.63% 0.97% -
XYZ 46.28 28.97 23.23 -
YUV 142.05 119.51 203.57 -
System Red Green Blue C M Y K H S L
Decimal 248 91 127 0 0.63 0.49 0.03 346.24 0.92 0.66
Hex F8 5B 7F 0 3F 31 3 15A 5C 42
Octal 370 133 177 0 77 61 3 532 134 102
Binary 11111000 1011011 1111111 0 111111 110001 11 101011010 1011100 1000010

Color Harmonies of #F85B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85B7F

Black with #F85B7F

Text Example


Text Example

White with #F85B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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