#F16980

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

Shades of Brink Pink #F16980

Tints of Brink Pink #F16980

Color information

#F16980 (or 0xF16980) is unknown color: approx Brink Pink. HEX triplet: F1, 69 and 80. RGB value is (241,105,128). Sum of RGB (Red+Green+Blue) = 241+105+128=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 105 (41.41% from 255 or 22.15% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F16980 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16980 is #0E967F. Grayscale: #949494. Windows color (decimal): -956032 or 8415729. OLE color: 8415729.

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

Color convert

RGB241105128-
CMYK00.560.470.05
HSL349.85º82.93%67.84%-
HSV(B)349.85º56.43%94.51%-
XYZ45.2230.3623.9-
YUV148.29116.56194.13-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.84%
GREEN value IS 105 (41.41% from 255) = 22.15%
BLUE value IS 128 (50.39% from 255) = 27.00%
R=50.84%
G=22.15%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110512800.560.470.05349.8582.9367.84
HexF169800382F515e5344
Octal361151200070575536123104
Binary11110001110100110000000011100010111110110101111010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16980; }

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

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

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

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

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

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

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

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