Html Css Color HEX #F86381 Brink Pink

📋 copy color: '#F86381'

red 248 ◦ green 99 ◦ blue 129

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

Shades of Brink Pink #F86381

Tints of Brink Pink #F86381

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.8%

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

R = 52.1%
G = 20.8%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F86381 (or 0xF86381) is known color: Brink Pink. HEX triplet: F8, 63 and 81. RGB value is (248,99,129). Sum of RGB (Red+Green+Blue) = 248+99+129=476 (63% of max value = 765). Red value is 248 (97.27% from 255 or 52.10% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 248 - color contains mainly: red. Hex color #F86381 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86381 is #079C7E. Grayscale: #939393. Windows color (decimal): -498815 or 8479736. OLE color: 8479736.

HSL color Cylindrical-coordinate representation of color #F86381: hue angle of 347.92º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F86381 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 99 129 -
CMYK 0 0.60 0.48 0.03
HSL 347.92º 0.91% 0.68% -
HSV(B) 347.92º 0.6% 0.97% -
XYZ 47.14 30.47 24.16 -
YUV 146.97 117.86 200.06 -
System Red Green Blue C M Y K H S L
Decimal 248 99 129 0 0.60 0.48 0.03 347.92 0.91 0.68
Hex F8 63 81 0 3C 30 3 15C 5B 44
Octal 370 143 201 0 74 60 3 534 133 104
Binary 11111000 1100011 10000001 0 111100 110000 11 101011100 1011011 1000100

Color Harmonies of #F86381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86381

Black with #F86381

Text Example


Text Example

White with #F86381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86381; }

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

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

background-color css

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

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

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

border-color css

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

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

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