#F16785

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

Shades of Brink Pink #F16785

Tints of Brink Pink #F16785

Color information

#F16785 (or 0xF16785) is unknown color: approx Brink Pink. HEX triplet: F1, 67 and 85. RGB value is (241,103,133). Sum of RGB (Red+Green+Blue) = 241+103+133=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 103 (40.62% from 255 or 21.59% from 477); Blue value is 133 (52.34% from 255 or 27.88% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F16785 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16785 is #0E987A. Grayscale: #939393. Windows color (decimal): -956539 or 8742897. OLE color: 8742897.

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

Color convert

RGB241103133-
CMYK00.570.450.05
HSL346.96º83.13%67.45%-
HSV(B)346.96º57.26%94.51%-
XYZ45.3630.0925.61-
YUV147.68119.72194.56-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.52%
GREEN value IS 103 (40.62% from 255) = 21.59%
BLUE value IS 133 (52.34% from 255) = 27.88%
R=50.52%
G=21.59%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110313300.570.450.05346.9683.1367.45
HexF167850392D515b5343
Octal361147205071555533123103
Binary11110001110011110000101011100110110110110101101110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16785; }

 p { color: rgb(241,103,133); }

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

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

 a { background-color: rgb(241,103,133); }

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

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

 span { border-color: rgb(241,103,133); }

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