Html Css Color HEX #F85A83 Brink Pink

📋 copy color: '#F85A83'

red 248 ◦ green 90 ◦ blue 131

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

Shades of Brink Pink #F85A83

Tints of Brink Pink #F85A83

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.19%

 BLUE value IS 131 (51.56% from 255) = 27.93%

R = 52.88%
G = 19.19%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F85A83 (or 0xF85A83) is known color: Brink Pink. HEX triplet: F8, 5A and 83. RGB value is (248,90,131). Sum of RGB (Red+Green+Blue) = 248+90+131=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F85A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85A83 is #07A57C. Grayscale: #8D8D8D. Windows color (decimal): -501117 or 8608504. OLE color: 8608504.

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

Color convert

RGB 248 90 131 -
CMYK 0 0.64 0.47 0.03
HSL 344.43º 0.92% 0.66% -
HSV(B) 344.43º 0.64% 0.97% -
XYZ 46.46 28.91 24.6 -
YUV 141.92 121.85 203.67 -
System Red Green Blue C M Y K H S L
Decimal 248 90 131 0 0.64 0.47 0.03 344.43 0.92 0.66
Hex F8 5A 83 0 40 2F 3 158 5C 42
Octal 370 132 203 0 100 57 3 530 134 102
Binary 11111000 1011010 10000011 0 1000000 101111 11 101011000 1011100 1000010

Color Harmonies of #F85A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85A83

Black with #F85A83

Text Example


Text Example

White with #F85A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85A83; }

 p { color: rgb(248,90,131); }

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

background-color css

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

 a { background-color: rgb(248,90,131); }

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

border-color css

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

 span { border-color: rgb(248,90,131); }

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