#F66180

Color #F66180 Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #F66180

Tints of Brink Pink #F66180

Color information

#F66180 (or 0xF66180) is unknown color: approx Brink Pink. HEX triplet: F6, 61 and 80. RGB value is (246,97,128). Sum of RGB (Red+Green+Blue) = 246+97+128=471 (62% of max value = 765). Red value is 246 (96.48% from 255 or 52.23% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 128 (50.39% from 255 or 27.18% from 471); Max value from RGB is 246 - color contains mainly: red. Hex color #F66180 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66180 is #099E7F. Grayscale: #919191. Windows color (decimal): -630400 or 8413686. OLE color: 8413686.

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

Color convert

RGB24697128-
CMYK00.610.480.04
HSL347.52º89.22%67.25%-
HSV(B)347.52º60.57%96.47%-
XYZ46.1829.723.72-
YUV145.08118.36199.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 52.23%
GREEN value IS 97 (38.28% from 255) = 20.59%
BLUE value IS 128 (50.39% from 255) = 27.18%
R=52.23%
G=20.59%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2469712800.610.480.04347.5289.2267.25
HexF6618003D30415c5943
Octal366141200075604534131103
Binary11110110110000110000000011110111000010010101110010110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F66180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F66180; }

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

 H1.HeaderClassName
 {
   color: #F66180;
 }
 .AnyTagClassName
 {
   color: #F66180;
 }
</style>
background-color css

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

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

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

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

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

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