#F16781

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

Shades of Brink Pink #F16781

Tints of Brink Pink #F16781

Color information

#F16781 (or 0xF16781) is unknown color: approx Brink Pink. HEX triplet: F1, 67 and 81. RGB value is (241,103,129). Sum of RGB (Red+Green+Blue) = 241+103+129=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F16781 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16781 is #0E987E. Grayscale: #939393. Windows color (decimal): -956543 or 8480753. OLE color: 8480753.

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

Color convert

RGB241103129-
CMYK00.570.460.05
HSL348.7º83.13%67.45%-
HSV(B)348.7º57.26%94.51%-
XYZ45.0929.9924.18-
YUV147.23117.72194.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.95%
GREEN value IS 103 (40.62% from 255) = 21.78%
BLUE value IS 129 (50.78% from 255) = 27.27%
R=50.95%
G=21.78%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110312900.570.460.05348.783.1367.45
HexF167810392E515d5343
Octal361147201071565535123103
Binary11110001110011110000001011100110111010110101110110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16781; }

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

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

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

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

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

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

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

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