#F16289

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

Shades of Brink Pink #F16289

Tints of Brink Pink #F16289

Color information

#F16289 (or 0xF16289) is unknown color: approx Brink Pink. HEX triplet: F1, 62 and 89. RGB value is (241,98,137). Sum of RGB (Red+Green+Blue) = 241+98+137=476 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.63% from 476); Green value is 98 (38.67% from 255 or 20.59% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 241 - color contains mainly: red. Hex color #F16289 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16289 is #0E9D76. Grayscale: #919191. Windows color (decimal): -957815 or 9003761. OLE color: 9003761.

HSL color Cylindrical-coordinate representation of color #F16289: hue angle of 343.64º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F16289 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB24198137-
CMYK00.590.430.05
HSL343.64º83.63%66.47%-
HSV(B)343.64º59.34%94.51%-
XYZ45.1629.2426.93-
YUV145.2123.38196.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.63%
GREEN value IS 98 (38.67% from 255) = 20.59%
BLUE value IS 137 (53.91% from 255) = 28.78%
R=50.63%
G=20.59%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2419813700.590.430.05343.6483.6366.47
HexF1628903B2B51585442
Octal361142211073535530124102
Binary11110001110001010001001011101110101110110101100010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16289; }

 p { color: rgb(241,98,137); }

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

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

 a { background-color: rgb(241,98,137); }

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

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

 span { border-color: rgb(241,98,137); }

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