Html Css Color HEX #F86387 Brink Pink

📋 copy color: '#F86387'

red 248 ◦ green 99 ◦ blue 135

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

Shades of Brink Pink #F86387

Tints of Brink Pink #F86387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.01%

R = 51.45%
G = 20.54%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F86387 (or 0xF86387) is known color: Brink Pink. HEX triplet: F8, 63 and 87. RGB value is (248,99,135). Sum of RGB (Red+Green+Blue) = 248+99+135=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F86387 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86387 is #079C78. Grayscale: #939393. Windows color (decimal): -498809 or 8872952. OLE color: 8872952.

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

Color convert

RGB 248 99 135 -
CMYK 0 0.60 0.46 0.03
HSL 345.5º 0.91% 0.68% -
HSV(B) 345.5º 0.6% 0.97% -
XYZ 47.55 30.63 26.33 -
YUV 147.66 120.86 199.57 -
System Red Green Blue C M Y K H S L
Decimal 248 99 135 0 0.60 0.46 0.03 345.5 0.91 0.68
Hex F8 63 87 0 3C 2E 3 15A 5B 44
Octal 370 143 207 0 74 56 3 532 133 104
Binary 11111000 1100011 10000111 0 111100 101110 11 101011010 1011011 1000100

Color Harmonies of #F86387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86387

Black with #F86387

Text Example


Text Example

White with #F86387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86387; }

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

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

background-color css

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

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

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

border-color css

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

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

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