Html Css Color HEX #F86392 Brink Pink

📋 copy color: '#F86392'

red 248 ◦ green 99 ◦ blue 146

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

Shades of Brink Pink #F86392

Tints of Brink Pink #F86392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.08%

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

R = 50.3%
G = 20.08%
B = 29.61%

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

#F86392 (or 0xF86392) is known color: Brink Pink. HEX triplet: F8, 63 and 92. RGB value is (248,99,146). Sum of RGB (Red+Green+Blue) = 248+99+146=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 99 (39.06% from 255 or 20.08% from 493); Blue value is 146 (57.42% from 255 or 29.61% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F86392 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86392 is #079C6D. Grayscale: #949494. Windows color (decimal): -498798 or 9593848. OLE color: 9593848.

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

Color convert

RGB 248 99 146 -
CMYK 0 0.60 0.41 0.03
HSL 341.07º 0.91% 0.68% -
HSV(B) 341.07º 0.6% 0.97% -
XYZ 48.36 30.96 30.62 -
YUV 148.91 126.36 198.68 -
System Red Green Blue C M Y K H S L
Decimal 248 99 146 0 0.60 0.41 0.03 341.07 0.91 0.68
Hex F8 63 92 0 3C 29 3 155 5B 44
Octal 370 143 222 0 74 51 3 525 133 104
Binary 11111000 1100011 10010010 0 111100 101001 11 101010101 1011011 1000100

Color Harmonies of #F86392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86392

Black with #F86392

Text Example


Text Example

White with #F86392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86392; }

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

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

background-color css

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

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

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

border-color css

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

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

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