#F16984

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

Shades of Brink Pink #F16984

Tints of Brink Pink #F16984

Color information

#F16984 (or 0xF16984) is unknown color: approx Brink Pink. HEX triplet: F1, 69 and 84. RGB value is (241,105,132). Sum of RGB (Red+Green+Blue) = 241+105+132=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 105 (41.41% from 255 or 21.97% from 478); Blue value is 132 (51.95% from 255 or 27.62% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F16984 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16984 is #0E967B. Grayscale: #949494. Windows color (decimal): -956028 or 8677873. OLE color: 8677873.

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

Color convert

RGB241105132-
CMYK00.560.450.05
HSL348.09º82.93%67.84%-
HSV(B)348.09º56.43%94.51%-
XYZ45.4930.4725.31-
YUV148.74118.56193.8-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.42%
GREEN value IS 105 (41.41% from 255) = 21.97%
BLUE value IS 132 (51.95% from 255) = 27.62%
R=50.42%
G=21.97%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24110513200.560.450.05348.0982.9367.84
HexF169840382D515c5344
Octal361151204070555534123104
Binary11110001110100110000100011100010110110110101110010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16984; }

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

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

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

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

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

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

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

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