Html Css Color HEX #F85881 Brink Pink

📋 copy color: '#F85881'

red 248 ◦ green 88 ◦ blue 129

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

Shades of Brink Pink #F85881

Tints of Brink Pink #F85881

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.92%

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

R = 53.33%
G = 18.92%
B = 27.74%

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

#F85881 (or 0xF85881) is known color: Brink Pink. HEX triplet: F8, 58 and 81. RGB value is (248,88,129). Sum of RGB (Red+Green+Blue) = 248+88+129=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 88 (34.77% from 255 or 18.92% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F85881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85881 is #07A77E. Grayscale: #8C8C8C. Windows color (decimal): -501631 or 8476920. OLE color: 8476920.

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

Color convert

RGB 248 88 129 -
CMYK 0 0.65 0.48 0.03
HSL 344.63º 0.92% 0.66% -
HSV(B) 344.63º 0.65% 0.97% -
XYZ 46.16 28.52 23.84 -
YUV 140.51 121.51 204.67 -
System Red Green Blue C M Y K H S L
Decimal 248 88 129 0 0.65 0.48 0.03 344.63 0.92 0.66
Hex F8 58 81 0 41 30 3 159 5C 42
Octal 370 130 201 0 101 60 3 531 134 102
Binary 11111000 1011000 10000001 0 1000001 110000 11 101011001 1011100 1000010

Color Harmonies of #F85881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85881

Black with #F85881

Text Example


Text Example

White with #F85881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85881; }

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

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

background-color css

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

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

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

border-color css

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

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

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