#f16687

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

Shades of Brink Pink #F16687

Tints of Brink Pink #F16687

Color information

#F16687 (or 0xF16687) is unknown color: approx Brink Pink. HEX triplet: F1, 66 and 87. RGB value is (241,102,135). Sum of RGB (Red+Green+Blue) = 241+102+135=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F16687 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16687 is #0E9978. Grayscale: #939393. Windows color (decimal): -956793 or 8873713. OLE color: 8873713.

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

Color convert

RGB241102135-
CMYK00.580.440.05
HSL345.76º83.23%67.25%-
HSV(B)345.76º57.68%94.51%-
XYZ45.429.9526.31-
YUV147.32121.05194.82-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.42%
GREEN value IS 102 (40.23% from 255) = 21.34%
BLUE value IS 135 (53.12% from 255) = 28.24%
R=50.42%
G=21.34%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110213500.580.440.05345.7683.2367.25
HexF1668703A2C515a5343
Octal361146207072545532123103
Binary11110001110011010000111011101010110010110101101010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f16687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f16687; }

 p { color: rgb(241,102,135); }

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

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

 a { background-color: rgb(241,102,135); }

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

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

 span { border-color: rgb(241,102,135); }

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