#F16688

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

Shades of Brink Pink #F16688

Tints of Brink Pink #F16688

Color information

#F16688 (or 0xF16688) is unknown color: approx Brink Pink. HEX triplet: F1, 66 and 88. RGB value is (241,102,136). Sum of RGB (Red+Green+Blue) = 241+102+136=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 136 (53.52% from 255 or 28.39% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F16688 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16688 is #0E9977. Grayscale: #939393. Windows color (decimal): -956792 or 8939249. OLE color: 8939249.

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

Color convert

RGB241102136-
CMYK00.580.440.05
HSL345.32º83.23%67.25%-
HSV(B)345.32º57.68%94.51%-
XYZ45.4729.9826.68-
YUV147.44121.55194.74-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.31%
GREEN value IS 102 (40.23% from 255) = 21.29%
BLUE value IS 136 (53.52% from 255) = 28.39%
R=50.31%
G=21.29%
B=28.39%

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
Decimal24110213600.580.440.05345.3283.2367.25
HexF1668803A2C51595343
Octal361146210072545531123103
Binary11110001110011010001000011101010110010110101100110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16688; }

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

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

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

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

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

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

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

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