Html Css Color HEX #F86479 Brink Pink

📋 copy color: '#F86479'

red 248 ◦ green 100 ◦ blue 121

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

Shades of Brink Pink #F86479

Tints of Brink Pink #F86479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 21.32%

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

R = 52.88%
G = 21.32%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F86479 (or 0xF86479) is known color: Brink Pink. HEX triplet: F8, 64 and 79. RGB value is (248,100,121). Sum of RGB (Red+Green+Blue) = 248+100+121=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 100 (39.45% from 255 or 21.32% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F86479 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86479 is #079B86. Grayscale: #929292. Windows color (decimal): -498567 or 7955704. OLE color: 7955704.

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

Color convert

RGB 248 100 121 -
CMYK 0 0.60 0.51 0.03
HSL 351.49º 0.91% 0.68% -
HSV(B) 351.49º 0.6% 0.97% -
XYZ 46.72 30.45 21.5 -
YUV 146.65 113.53 200.29 -
System Red Green Blue C M Y K H S L
Decimal 248 100 121 0 0.60 0.51 0.03 351.49 0.91 0.68
Hex F8 64 79 0 3C 33 3 15F 5B 44
Octal 370 144 171 0 74 63 3 537 133 104
Binary 11111000 1100100 1111001 0 111100 110011 11 101011111 1011011 1000100

Color Harmonies of #F86479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86479

Black with #F86479

Text Example


Text Example

White with #F86479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86479; }

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

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

background-color css

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

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

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

border-color css

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

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

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