Html Css Color HEX #F86979 Brink Pink

📋 copy color: '#F86979'

red 248 ◦ green 105 ◦ blue 121

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

Shades of Brink Pink #F86979

Tints of Brink Pink #F86979

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 25.53%

R = 52.32%
G = 22.15%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F86979 (or 0xF86979) is known color: Brink Pink. HEX triplet: F8, 69 and 79. RGB value is (248,105,121). Sum of RGB (Red+Green+Blue) = 248+105+121=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 121 (47.66% from 255 or 25.53% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F86979 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86979 is #079686. Grayscale: #959595. Windows color (decimal): -497287 or 7956984. OLE color: 7956984.

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

Color convert

RGB 248 105 121 -
CMYK 0 0.58 0.51 0.03
HSL 353.29º 0.91% 0.69% -
HSV(B) 353.29º 0.58% 0.97% -
XYZ 47.21 31.44 21.67 -
YUV 149.58 111.88 198.2 -
System Red Green Blue C M Y K H S L
Decimal 248 105 121 0 0.58 0.51 0.03 353.29 0.91 0.69
Hex F8 69 79 0 3A 33 3 161 5B 45
Octal 370 151 171 0 72 63 3 541 133 105
Binary 11111000 1101001 1111001 0 111010 110011 11 101100001 1011011 1000101

Color Harmonies of #F86979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86979

Black with #F86979

Text Example


Text Example

White with #F86979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86979; }

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

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

background-color css

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

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

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

border-color css

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

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

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