Html Css Color HEX #F66C80 Brink Pink

📋 copy color: '#F66C80'

red 246 ◦ green 108 ◦ blue 128

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

Shades of Brink Pink #F66C80

Tints of Brink Pink #F66C80

RGB

 RED value IS 246 (96.48% from 255) = 51.04%

 GREEN value IS 108 (42.58% from 255) = 22.41%

 BLUE value IS 128 (50.39% from 255) = 26.56%

R = 51.04%
G = 22.41%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F66C80 (or 0xF66C80) is known color: Brink Pink. HEX triplet: F6, 6C and 80. RGB value is (246,108,128). Sum of RGB (Red+Green+Blue) = 246+108+128=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F66C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66C80 is #09937F. Grayscale: #979797. Windows color (decimal): -627584 or 8416502. OLE color: 8416502.

HSL color Cylindrical-coordinate representation of color #F66C80: hue angle of 351.3º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66C80 is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 108 128 -
CMYK 0 0.56 0.48 0.04
HSL 351.3º 0.88% 0.69% -
HSV(B) 351.3º 0.56% 0.96% -
XYZ 47.26 31.88 24.08 -
YUV 151.54 114.72 195.37 -
System Red Green Blue C M Y K H S L
Decimal 246 108 128 0 0.56 0.48 0.04 351.3 0.88 0.69
Hex F6 6C 80 0 38 30 4 15F 58 45
Octal 366 154 200 0 70 60 4 537 130 105
Binary 11110110 1101100 10000000 0 111000 110000 100 101011111 1011000 1000101

Color Harmonies of #F66C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66C80

Black with #F66C80

Text Example


Text Example

White with #F66C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66C80; }

 p { color: rgb(246,108,128); }

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

background-color css

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

 a { background-color: rgb(246,108,128); }

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

border-color css

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

 span { border-color: rgb(246,108,128); }

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