Html Css Color HEX #F86087 Brink Pink

📋 copy color: '#F86087'

red 248 ◦ green 96 ◦ blue 135

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

Shades of Brink Pink #F86087

Tints of Brink Pink #F86087

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.04%

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

R = 51.77%
G = 20.04%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F86087 (or 0xF86087) is known color: Brink Pink. HEX triplet: F8, 60 and 87. RGB value is (248,96,135). Sum of RGB (Red+Green+Blue) = 248+96+135=479 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.77% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 248 - color contains mainly: red. Hex color #F86087 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86087 is #079F78. Grayscale: #919191. Windows color (decimal): -499577 or 8872184. OLE color: 8872184.

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

Color convert

RGB 248 96 135 -
CMYK 0 0.61 0.46 0.03
HSL 344.61º 0.92% 0.67% -
HSV(B) 344.61º 0.61% 0.97% -
XYZ 47.27 30.07 26.23 -
YUV 145.89 121.86 200.83 -
System Red Green Blue C M Y K H S L
Decimal 248 96 135 0 0.61 0.46 0.03 344.61 0.92 0.67
Hex F8 60 87 0 3D 2E 3 159 5C 43
Octal 370 140 207 0 75 56 3 531 134 103
Binary 11111000 1100000 10000111 0 111101 101110 11 101011001 1011100 1000011

Color Harmonies of #F86087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86087

Black with #F86087

Text Example


Text Example

White with #F86087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86087; }

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

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

background-color css

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

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

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

border-color css

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

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

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