Html Css Color HEX #F86992 Brink Pink

📋 copy color: '#F86992'

red 248 ◦ green 105 ◦ blue 146

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

Shades of Brink Pink #F86992

Tints of Brink Pink #F86992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.04%

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

R = 49.7%
G = 21.04%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F86992 (or 0xF86992) is known color: Brink Pink. HEX triplet: F8, 69 and 92. RGB value is (248,105,146). Sum of RGB (Red+Green+Blue) = 248+105+146=499 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.70% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 248 - color contains mainly: red. Hex color #F86992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86992 is #07966D. Grayscale: #989898. Windows color (decimal): -497262 or 9595384. OLE color: 9595384.

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

Color convert

RGB 248 105 146 -
CMYK 0 0.58 0.41 0.03
HSL 342.8º 0.91% 0.69% -
HSV(B) 342.8º 0.58% 0.97% -
XYZ 48.95 32.13 30.82 -
YUV 152.43 124.38 196.17 -
System Red Green Blue C M Y K H S L
Decimal 248 105 146 0 0.58 0.41 0.03 342.8 0.91 0.69
Hex F8 69 92 0 3A 29 3 157 5B 45
Octal 370 151 222 0 72 51 3 527 133 105
Binary 11111000 1101001 10010010 0 111010 101001 11 101010111 1011011 1000101

Color Harmonies of #F86992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86992

Black with #F86992

Text Example


Text Example

White with #F86992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86992; }

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

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

background-color css

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

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

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

border-color css

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

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

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