Html Css Color HEX #F85381 Brink Pink

📋 copy color: '#F85381'

red 248 ◦ green 83 ◦ blue 129

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

Shades of Brink Pink #F85381

Tints of Brink Pink #F85381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18.04%

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

R = 53.91%
G = 18.04%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F85381 (or 0xF85381) is known color: Brink Pink. HEX triplet: F8, 53 and 81. RGB value is (248,83,129). Sum of RGB (Red+Green+Blue) = 248+83+129=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 129 (50.78% from 255 or 28.04% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F85381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85381 is #07AC7E. Grayscale: #898989. Windows color (decimal): -502911 or 8475640. OLE color: 8475640.

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

Color convert

RGB 248 83 129 -
CMYK 0 0.67 0.48 0.03
HSL 343.27º 0.92% 0.65% -
HSV(B) 343.27º 0.67% 0.97% -
XYZ 45.77 27.73 23.71 -
YUV 137.58 123.16 206.76 -
System Red Green Blue C M Y K H S L
Decimal 248 83 129 0 0.67 0.48 0.03 343.27 0.92 0.65
Hex F8 53 81 0 43 30 3 157 5C 41
Octal 370 123 201 0 103 60 3 527 134 101
Binary 11111000 1010011 10000001 0 1000011 110000 11 101010111 1011100 1000001

Color Harmonies of #F85381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85381

Black with #F85381

Text Example


Text Example

White with #F85381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85381; }

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

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

background-color css

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

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

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

border-color css

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

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

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