Html Css Color HEX #F85781 Brink Pink

📋 copy color: '#F85781'

red 248 ◦ green 87 ◦ blue 129

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

Shades of Brink Pink #F85781

Tints of Brink Pink #F85781

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.75%

 BLUE value IS 129 (50.78% from 255) = 27.8%

R = 53.45%
G = 18.75%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F85781 (or 0xF85781) is known color: Brink Pink. HEX triplet: F8, 57 and 81. RGB value is (248,87,129). Sum of RGB (Red+Green+Blue) = 248+87+129=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 87 (34.38% from 255 or 18.75% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F85781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85781 is #07A87E. Grayscale: #8B8B8B. Windows color (decimal): -501887 or 8476664. OLE color: 8476664.

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

Color convert

RGB 248 87 129 -
CMYK 0 0.65 0.48 0.03
HSL 344.35º 0.92% 0.66% -
HSV(B) 344.35º 0.65% 0.97% -
XYZ 46.08 28.36 23.81 -
YUV 139.93 121.84 205.08 -
System Red Green Blue C M Y K H S L
Decimal 248 87 129 0 0.65 0.48 0.03 344.35 0.92 0.66
Hex F8 57 81 0 41 30 3 158 5C 42
Octal 370 127 201 0 101 60 3 530 134 102
Binary 11111000 1010111 10000001 0 1000001 110000 11 101011000 1011100 1000010

Color Harmonies of #F85781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85781

Black with #F85781

Text Example


Text Example

White with #F85781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85781; }

 p { color: rgb(248,87,129); }

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

background-color css

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

 a { background-color: rgb(248,87,129); }

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

border-color css

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

 span { border-color: rgb(248,87,129); }

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