Html Css Color HEX #F86092 Brink Pink

📋 copy color: '#F86092'

red 248 ◦ green 96 ◦ blue 146

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

Shades of Brink Pink #F86092

Tints of Brink Pink #F86092

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.59%

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

R = 50.61%
G = 19.59%
B = 29.8%

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

#F86092 (or 0xF86092) is known color: Brink Pink. HEX triplet: F8, 60 and 92. RGB value is (248,96,146). Sum of RGB (Red+Green+Blue) = 248+96+146=490 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.61% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 248 - color contains mainly: red. Hex color #F86092 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86092 is #079F6D. Grayscale: #939393. Windows color (decimal): -499566 or 9593080. OLE color: 9593080.

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

Color convert

RGB 248 96 146 -
CMYK 0 0.61 0.41 0.03
HSL 340.26º 0.92% 0.67% -
HSV(B) 340.26º 0.61% 0.97% -
XYZ 48.08 30.4 30.53 -
YUV 147.15 127.36 199.93 -
System Red Green Blue C M Y K H S L
Decimal 248 96 146 0 0.61 0.41 0.03 340.26 0.92 0.67
Hex F8 60 92 0 3D 29 3 154 5C 43
Octal 370 140 222 0 75 51 3 524 134 103
Binary 11111000 1100000 10010010 0 111101 101001 11 101010100 1011100 1000011

Color Harmonies of #F86092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86092

Black with #F86092

Text Example


Text Example

White with #F86092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86092; }

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

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

background-color css

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

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

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

border-color css

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

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

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