Html Css Color HEX #F86192 Brink Pink

📋 copy color: '#F86192'

red 248 ◦ green 97 ◦ blue 146

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

Shades of Brink Pink #F86192

Tints of Brink Pink #F86192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.74%

R = 50.51%
G = 19.76%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F86192 (or 0xF86192) is known color: Brink Pink. HEX triplet: F8, 61 and 92. RGB value is (248,97,146). Sum of RGB (Red+Green+Blue) = 248+97+146=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 97 (38.28% from 255 or 19.76% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F86192 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86192 is #079E6D. Grayscale: #939393. Windows color (decimal): -499310 or 9593336. OLE color: 9593336.

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

Color convert

RGB 248 97 146 -
CMYK 0 0.61 0.41 0.03
HSL 340.53º 0.92% 0.68% -
HSV(B) 340.53º 0.61% 0.97% -
XYZ 48.17 30.58 30.56 -
YUV 147.74 127.03 199.52 -
System Red Green Blue C M Y K H S L
Decimal 248 97 146 0 0.61 0.41 0.03 340.53 0.92 0.68
Hex F8 61 92 0 3D 29 3 155 5C 44
Octal 370 141 222 0 75 51 3 525 134 104
Binary 11111000 1100001 10010010 0 111101 101001 11 101010101 1011100 1000100

Color Harmonies of #F86192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86192

Black with #F86192

Text Example


Text Example

White with #F86192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86192; }

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

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

background-color css

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

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

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

border-color css

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

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

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