Html Css Color HEX #F85C81 Brink Pink

📋 copy color: '#F85C81'

red 248 ◦ green 92 ◦ blue 129

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

Shades of Brink Pink #F85C81

Tints of Brink Pink #F85C81

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.62%

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

R = 52.88%
G = 19.62%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F85C81 (or 0xF85C81) is known color: Brink Pink. HEX triplet: F8, 5C and 81. RGB value is (248,92,129). Sum of RGB (Red+Green+Blue) = 248+92+129=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 92 (36.33% from 255 or 19.62% from 469); Blue value is 129 (50.78% from 255 or 27.51% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F85C81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85C81 is #07A37E. Grayscale: #8E8E8E. Windows color (decimal): -500607 or 8477944. OLE color: 8477944.

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

Color convert

RGB 248 92 129 -
CMYK 0 0.63 0.48 0.03
HSL 345.77º 0.92% 0.67% -
HSV(B) 345.77º 0.63% 0.97% -
XYZ 46.5 29.2 23.95 -
YUV 142.86 120.18 202.99 -
System Red Green Blue C M Y K H S L
Decimal 248 92 129 0 0.63 0.48 0.03 345.77 0.92 0.67
Hex F8 5C 81 0 3F 30 3 15A 5C 43
Octal 370 134 201 0 77 60 3 532 134 103
Binary 11111000 1011100 10000001 0 111111 110000 11 101011010 1011100 1000011

Color Harmonies of #F85C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85C81

Black with #F85C81

Text Example


Text Example

White with #F85C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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