Html Css Color HEX #F85E7F Brink Pink

📋 copy color: '#F85E7F'

red 248 ◦ green 94 ◦ blue 127

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

Shades of Brink Pink #F85E7F

Tints of Brink Pink #F85E7F

RGB

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

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

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

R = 52.88%
G = 20.04%
B = 27.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F85E7F (or 0xF85E7F) is known color: Brink Pink. HEX triplet: F8, 5E and 7F. RGB value is (248,94,127). Sum of RGB (Red+Green+Blue) = 248+94+127=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 127 (50% from 255 or 27.08% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F85E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F85E7F is #07A180. Grayscale: #8F8F8F. Windows color (decimal): -500097 or 8347384. OLE color: 8347384.

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

Color convert

RGB 248 94 127 -
CMYK 0 0.62 0.49 0.03
HSL 347.14º 0.92% 0.67% -
HSV(B) 347.14º 0.62% 0.97% -
XYZ 46.54 29.49 23.32 -
YUV 143.81 118.52 202.32 -
System Red Green Blue C M Y K H S L
Decimal 248 94 127 0 0.62 0.49 0.03 347.14 0.92 0.67
Hex F8 5E 7F 0 3E 31 3 15B 5C 43
Octal 370 136 177 0 76 61 3 533 134 103
Binary 11111000 1011110 1111111 0 111110 110001 11 101011011 1011100 1000011

Color Harmonies of #F85E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85E7F

Black with #F85E7F

Text Example


Text Example

White with #F85E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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