#F16981

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

Shades of Brink Pink #F16981

Tints of Brink Pink #F16981

Color information

#F16981 (or 0xF16981) is unknown color: approx Brink Pink. HEX triplet: F1, 69 and 81. RGB value is (241,105,129). Sum of RGB (Red+Green+Blue) = 241+105+129=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 105 (41.41% from 255 or 22.11% from 475); Blue value is 129 (50.78% from 255 or 27.16% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F16981 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16981 is #0E967E. Grayscale: #949494. Windows color (decimal): -956031 or 8481265. OLE color: 8481265.

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

Color convert

RGB241105129-
CMYK00.560.460.05
HSL349.41º82.93%67.84%-
HSV(B)349.41º56.43%94.51%-
XYZ45.2930.3924.25-
YUV148.4117.06194.05-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.74%
GREEN value IS 105 (41.41% from 255) = 22.11%
BLUE value IS 129 (50.78% from 255) = 27.16%
R=50.74%
G=22.11%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110512900.560.460.05349.4182.9367.84
HexF169810382E515d5344
Octal361151201070565535123104
Binary11110001110100110000001011100010111010110101110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16981; }

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

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

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

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

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

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

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

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