Html Css Color HEX #F85F81 Brink Pink

📋 copy color: '#F85F81'

red 248 ◦ green 95 ◦ blue 129

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

Shades of Brink Pink #F85F81

Tints of Brink Pink #F85F81

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.13%

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

R = 52.54%
G = 20.13%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F85F81 (or 0xF85F81) is known color: Brink Pink. HEX triplet: F8, 5F and 81. RGB value is (248,95,129). Sum of RGB (Red+Green+Blue) = 248+95+129=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 95 (37.5% from 255 or 20.13% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F85F81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85F81 is #07A07E. Grayscale: #909090. Windows color (decimal): -499839 or 8478712. OLE color: 8478712.

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

Color convert

RGB 248 95 129 -
CMYK 0 0.62 0.48 0.03
HSL 346.67º 0.92% 0.67% -
HSV(B) 346.67º 0.62% 0.97% -
XYZ 46.77 29.73 24.04 -
YUV 144.62 119.19 201.74 -
System Red Green Blue C M Y K H S L
Decimal 248 95 129 0 0.62 0.48 0.03 346.67 0.92 0.67
Hex F8 5F 81 0 3E 30 3 15B 5C 43
Octal 370 137 201 0 76 60 3 533 134 103
Binary 11111000 1011111 10000001 0 111110 110000 11 101011011 1011100 1000011

Color Harmonies of #F85F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85F81

Black with #F85F81

Text Example


Text Example

White with #F85F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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