#F16A82

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

Shades of Brink Pink #F16A82

Tints of Brink Pink #F16A82

Color information

#F16A82 (or 0xF16A82) is unknown color: approx Brink Pink. HEX triplet: F1, 6A and 82. RGB value is (241,106,130). Sum of RGB (Red+Green+Blue) = 241+106+130=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16A82 is #0E957D. Grayscale: #959595. Windows color (decimal): -955774 or 8547057. OLE color: 8547057.

HSL color Cylindrical-coordinate representation of color #F16A82: hue angle of 349.33º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F16A82 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB241106130-
CMYK00.560.460.05
HSL349.33º82.82%68.04%-
HSV(B)349.33º56.02%94.51%-
XYZ45.4630.6224.63-
YUV149.1117.23193.55-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.52%
GREEN value IS 106 (41.80% from 255) = 22.22%
BLUE value IS 130 (51.17% from 255) = 27.25%
R=50.52%
G=22.22%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110613000.560.460.05349.3382.8268.04
HexF16A820382E515d5344
Octal361152202070565535123104
Binary11110001110101010000010011100010111010110101110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16A82; }

 p { color: rgb(241,106,130); }

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

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

 a { background-color: rgb(241,106,130); }

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

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

 span { border-color: rgb(241,106,130); }

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