#F16A81

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

Shades of Brink Pink #F16A81

Tints of Brink Pink #F16A81

Color information

#F16A81 (or 0xF16A81) is unknown color: approx Brink Pink. HEX triplet: F1, 6A and 81. RGB value is (241,106,129). Sum of RGB (Red+Green+Blue) = 241+106+129=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 129 (50.78% from 255 or 27.10% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F16A81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16A81 is #0E957E. Grayscale: #959595. Windows color (decimal): -955775 or 8481521. OLE color: 8481521.

HSL color Cylindrical-coordinate representation of color #F16A81: hue angle of 349.78º 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 #F16A81 is Cyan = 0, Magento = 0.56, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB241106129-
CMYK00.560.460.05
HSL349.78º82.82%68.04%-
HSV(B)349.78º56.02%94.51%-
XYZ45.3930.5924.28-
YUV148.99116.73193.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.63%
GREEN value IS 106 (41.80% from 255) = 22.27%
BLUE value IS 129 (50.78% from 255) = 27.10%
R=50.63%
G=22.27%
B=27.10%

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
Decimal24110612900.560.460.05349.7882.8268.04
HexF16A810382E515e5344
Octal361152201070565536123104
Binary11110001110101010000001011100010111010110101111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16A81; }

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

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

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

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

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

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

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

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