Html Css Color HEX #F86189 Brink Pink

📋 copy color: '#F86189'

red 248 ◦ green 97 ◦ blue 137

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

Shades of Brink Pink #F86189

Tints of Brink Pink #F86189

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.12%

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

R = 51.45%
G = 20.12%
B = 28.42%

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

#F86189 (or 0xF86189) is known color: Brink Pink. HEX triplet: F8, 61 and 89. RGB value is (248,97,137). Sum of RGB (Red+Green+Blue) = 248+97+137=482 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.45% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 137 (53.91% from 255 or 28.42% from 482); Max value from RGB is 248 - color contains mainly: red. Hex color #F86189 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86189 is #079E76. Grayscale: #929292. Windows color (decimal): -499319 or 9003512. OLE color: 9003512.

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

Color convert

RGB 248 97 137 -
CMYK 0 0.61 0.45 0.03
HSL 344.11º 0.92% 0.68% -
HSV(B) 344.11º 0.61% 0.97% -
XYZ 47.5 30.31 27.01 -
YUV 146.71 122.53 200.25 -
System Red Green Blue C M Y K H S L
Decimal 248 97 137 0 0.61 0.45 0.03 344.11 0.92 0.68
Hex F8 61 89 0 3D 2D 3 158 5C 44
Octal 370 141 211 0 75 55 3 530 134 104
Binary 11111000 1100001 10001001 0 111101 101101 11 101011000 1011100 1000100

Color Harmonies of #F86189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86189

Black with #F86189

Text Example


Text Example

White with #F86189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86189; }

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

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

background-color css

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

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

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

border-color css

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

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

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