Html Css Color HEX #F86994 Brink Pink

📋 copy color: '#F86994'

red 248 ◦ green 105 ◦ blue 148

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

Shades of Brink Pink #F86994

Tints of Brink Pink #F86994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.54%

R = 49.5%
G = 20.96%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F86994 (or 0xF86994) is known color: Brink Pink. HEX triplet: F8, 69 and 94. RGB value is (248,105,148). Sum of RGB (Red+Green+Blue) = 248+105+148=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 148 (58.20% from 255 or 29.54% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F86994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F86994 is #07966B. Grayscale: #989898. Windows color (decimal): -497260 or 9726456. OLE color: 9726456.

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

Color convert

RGB 248 105 148 -
CMYK 0 0.58 0.40 0.03
HSL 341.96º 0.91% 0.69% -
HSV(B) 341.96º 0.58% 0.97% -
XYZ 49.11 32.2 31.64 -
YUV 152.66 125.38 196 -
System Red Green Blue C M Y K H S L
Decimal 248 105 148 0 0.58 0.40 0.03 341.96 0.91 0.69
Hex F8 69 94 0 3A 28 3 156 5B 45
Octal 370 151 224 0 72 50 3 526 133 105
Binary 11111000 1101001 10010100 0 111010 101000 11 101010110 1011011 1000101

Color Harmonies of #F86994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86994

Black with #F86994

Text Example


Text Example

White with #F86994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86994; }

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

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

background-color css

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

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

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

border-color css

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

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

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