#F16983

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

Shades of Brink Pink #F16983

Tints of Brink Pink #F16983

Color information

#F16983 (or 0xF16983) is unknown color: approx Brink Pink. HEX triplet: F1, 69 and 83. RGB value is (241,105,131). Sum of RGB (Red+Green+Blue) = 241+105+131=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 131 (51.56% from 255 or 27.46% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F16983 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16983 is #0E967C. Grayscale: #949494. Windows color (decimal): -956029 or 8612337. OLE color: 8612337.

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

Color convert

RGB241105131-
CMYK00.560.460.05
HSL348.53º82.93%67.84%-
HSV(B)348.53º56.43%94.51%-
XYZ45.4230.4424.95-
YUV148.63118.06193.89-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 50.52%
GREEN value IS 105 (41.41% from 255) = 22.01%
BLUE value IS 131 (51.56% from 255) = 27.46%
R=50.52%
G=22.01%
B=27.46%

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
Decimal24110513100.560.460.05348.5382.9367.84
HexF169830382E515d5344
Octal361151203070565535123104
Binary11110001110100110000011011100010111010110101110110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F16983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F16983; }

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

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

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

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

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

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

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

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