Html Css Color HEX #F86289 Brink Pink

📋 copy color: '#F86289'

red 248 ◦ green 98 ◦ blue 137

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

Shades of Brink Pink #F86289

Tints of Brink Pink #F86289

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.29%

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

R = 51.35%
G = 20.29%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.03

RGB Variations

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

Color information

#F86289 (or 0xF86289) is known color: Brink Pink. HEX triplet: F8, 62 and 89. RGB value is (248,98,137). Sum of RGB (Red+Green+Blue) = 248+98+137=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 137 (53.91% from 255 or 28.36% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F86289 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86289 is #079D76. Grayscale: #939393. Windows color (decimal): -499063 or 9003768. OLE color: 9003768.

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

Color convert

RGB 248 98 137 -
CMYK 0 0.60 0.45 0.03
HSL 344.4º 0.91% 0.68% -
HSV(B) 344.4º 0.6% 0.97% -
XYZ 47.59 30.5 27.05 -
YUV 147.3 122.2 199.83 -
System Red Green Blue C M Y K H S L
Decimal 248 98 137 0 0.60 0.45 0.03 344.4 0.91 0.68
Hex F8 62 89 0 3C 2D 3 158 5B 44
Octal 370 142 211 0 74 55 3 530 133 104
Binary 11111000 1100010 10001001 0 111100 101101 11 101011000 1011011 1000100

Color Harmonies of #F86289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86289

Black with #F86289

Text Example


Text Example

White with #F86289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86289; }

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

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

background-color css

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

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

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

border-color css

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

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

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