Html Css Color HEX #F86089 Brink Pink

📋 copy color: '#F86089'

red 248 ◦ green 96 ◦ blue 137

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

Shades of Brink Pink #F86089

Tints of Brink Pink #F86089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.48%

R = 51.56%
G = 19.96%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F86089 (or 0xF86089) is known color: Brink Pink. HEX triplet: F8, 60 and 89. RGB value is (248,96,137). Sum of RGB (Red+Green+Blue) = 248+96+137=481 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.56% from 481); Green value is 96 (37.89% from 255 or 19.96% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 248 - color contains mainly: red. Hex color #F86089 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86089 is #079F76. Grayscale: #929292. Windows color (decimal): -499575 or 9003256. OLE color: 9003256.

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

Color convert

RGB 248 96 137 -
CMYK 0 0.61 0.45 0.03
HSL 343.82º 0.92% 0.67% -
HSV(B) 343.82º 0.61% 0.97% -
XYZ 47.41 30.13 26.98 -
YUV 146.12 122.86 200.67 -
System Red Green Blue C M Y K H S L
Decimal 248 96 137 0 0.61 0.45 0.03 343.82 0.92 0.67
Hex F8 60 89 0 3D 2D 3 158 5C 43
Octal 370 140 211 0 75 55 3 530 134 103
Binary 11111000 1100000 10001001 0 111101 101101 11 101011000 1011100 1000011

Color Harmonies of #F86089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86089

Black with #F86089

Text Example


Text Example

White with #F86089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86089; }

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

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

background-color css

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

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

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

border-color css

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

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

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