Html Css Color HEX #F86292 Brink Pink

📋 copy color: '#F86292'

red 248 ◦ green 98 ◦ blue 146

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

Shades of Brink Pink #F86292

Tints of Brink Pink #F86292

RGB

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

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

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

R = 50.41%
G = 19.92%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F86292 (or 0xF86292) is known color: Brink Pink. HEX triplet: F8, 62 and 92. RGB value is (248,98,146). Sum of RGB (Red+Green+Blue) = 248+98+146=492 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.41% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 248 - color contains mainly: red. Hex color #F86292 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86292 is #079D6D. Grayscale: #949494. Windows color (decimal): -499054 or 9593592. OLE color: 9593592.

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

Color convert

RGB 248 98 146 -
CMYK 0 0.60 0.41 0.03
HSL 340.8º 0.91% 0.68% -
HSV(B) 340.8º 0.6% 0.97% -
XYZ 48.27 30.77 30.59 -
YUV 148.32 126.7 199.1 -
System Red Green Blue C M Y K H S L
Decimal 248 98 146 0 0.60 0.41 0.03 340.8 0.91 0.68
Hex F8 62 92 0 3C 29 3 155 5B 44
Octal 370 142 222 0 74 51 3 525 133 104
Binary 11111000 1100010 10010010 0 111100 101001 11 101010101 1011011 1000100

Color Harmonies of #F86292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86292

Black with #F86292

Text Example


Text Example

White with #F86292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86292; }

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

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

background-color css

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

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

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

border-color css

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

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

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