#F16683

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

Shades of Brink Pink #F16683

Tints of Brink Pink #F16683

Color information

#F16683 (or 0xF16683) is unknown color: approx Brink Pink. HEX triplet: F1, 66 and 83. RGB value is (241,102,131). Sum of RGB (Red+Green+Blue) = 241+102+131=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F16683 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16683 is #0E997C. Grayscale: #929292. Windows color (decimal): -956797 or 8611569. OLE color: 8611569.

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

Color convert

RGB241102131-
CMYK00.580.460.05
HSL347.48º83.23%67.25%-
HSV(B)347.48º57.68%94.51%-
XYZ45.1229.8424.85-
YUV146.87119.05195.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.84%
GREEN value IS 102 (40.23% from 255) = 21.52%
BLUE value IS 131 (51.56% from 255) = 27.64%
R=50.84%
G=21.52%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110213100.580.460.05347.4883.2367.25
HexF1668303A2E515b5343
Octal361146203072565533123103
Binary11110001110011010000011011101010111010110101101110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16683; }

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

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

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

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

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

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

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

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